The main goal of https://encrypt.one is to make sensitive information sharing
safe and secure. it was achieved by using full client-side encryption model.
-
Before information is sent to the server it is encrypted (by AES 256) in your browser with a randomly generated key or your passphrase by crypto-js.
-
The server receives your information encrypted and cannot decrypt it, because the link or the passphrase never send to the server.
-
After you send the link and the passphrase via any kind of communication, the recipient browser decrypts it and the information is deleted from the server.
- Ensure that
GOPATHis set.
npm -i
./package.sh encryptone- Ensure that
STORAGE_TYPEis set to disk and storage variables (eg.DISK_STORAGE_PATHS) if you want to store your data permanently. - Set
USE_HASHING=1for assets hashing