-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 1.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "tughra",
"version": "1.0.1",
"description": "The Tughra Library offers robust End-to-End Encryption (E2EE), ensuring that data remains private and secure from the point it leaves the sender to the moment it reaches the intended recipient. With E2EE, data is encrypted on the sender's device, transmitted as unreadable ciphertext, and decrypted only by the authorized recipient, meaning no intermediaries (such as service providers or unauthorized third parties) can access the plaintext data during transit. This design is crucial for safeguarding sensitive information, as it prevents unauthorized access at any stage of data transmission. Tughra’s implementation of E2EE leverages advanced algorithms and customizable encryption cycles, allowing developers to configure secure, high-performance encryption processes directly into their applications.",
"main": "tughra.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohanadhatip/TUGHRA.git"
},
"keywords": "End-to-End, Encryption, (E2EE), Decryption, Algorithm, Cipher, Key, Length, Base, Encoding, Text, Processing, Unicode, Security, Data, Integrity, File, Cryptography, Symmetric, Asymmetric, XOR, Operation, Vigenère, Caesar, Base64, Obfuscation, Hash, Function, Digital, Signature, Character, Set, Input, Output, User, Interface, Web, Workers, Handling, URL, Swap, Functionality, Text, Area, Error, Real-time, Performance, Optimization, Secure, Communication, Cryptographic, Protocol, Information, Confidentiality, Integrity, Check"
,
"author": "Mohanad Alkhatib",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mohanadhatip/TUGHRA/issues"
},
"homepage": "https://github.com/Mohanadhatip/TUGHRA#readme"
}