Encry – Securely Send Encrypted Informations (Help and Support Tools)

Have you ever send a password via e-mail to one of your collaborators?
If so, bad idea. I’m sorry to tell you that your password will be FOREVER INSECURE: Who other read or monitorate your collaborator’s mailbox? Is your message forwarded to someone? What if someone steal his notebook? What if this mailbox is compromised? What if…?

If you are one of those people that CARE about their digital businesses, you already know that there are so many methods to avoid this problem: Some are pretty uncomfortable (send mail with user and another mail with password, GPG stuff, and so on…), some others are really smart (webapps that encrypts data and then deletes it, as this script! :D), but you cannot ever know where REALLY your informations are stored..

..Unless you have a self hosted solution!
This means:
– 100% full control of database and data stored.
– 100% assurance of data deletion when information has been decrypted
– You know how EXACTLY your data is handled
– You are 100% sure that your information reaches your collaborator, and he only, for one single time, since only who know decryption key is able to get you data.

KEY FEATURES

– Super simple! Install in minutes, and create a shareable link in seconds!
– Super secure! Your data are encrypted with SJCL (Stanford Javascript Crypto Library) which uses the industry-standard AES algorithm at 256 bits; the SHA256 hash function; the HMAC authentication code; the PBKDF2 password strengthener; and the CCM and OCB authenticated-encryption modes. SJCL strengthens your passwords by a factor of 1000 and salts them to protect against rainbow tables.
– Encryptions (key and data) are generated client-side by the Javascript Engine of your browser. Encrypted data are then written in your database, but decryption key is only printed on screen to get copied. Even if someone have full access to database, cannot decrypt your information without decryption key, which instead is not stored
– Shareable link expires once loaded. Only a single click is allowed! After first request, data is permanently deleted from DB. If your collaborator visits link but don?t try to request a decryption, you will be able to set that record as “unviewed” from backend, and allow a second chance. :)
– Fast “copy button” to share generated link and decryption key
– Self hosted! You have full control of your data.
– Fully responsive and cross browser


LIVE DEMO

https://demo.cyway.it/encry
User: admin
Password: demo1234

REQUIREMENTS

– PHP 5.3 +
– MySql 5.1 +
– Apache mod.rewrite
– PHP PDO drivers

INSTALLATION

– Create a MySql database with associated user
– Unzip all files in your web space
– Rename “del.htaccess” in ”.htaccess” (note initial dot)
– Write your db name, user and password in configuration file
– You are done!

3RD PARTY ASSETS USED

– AdminLTE theme
– Bootstrap 3.3
– jQuery 2.2
– SJCL 0.8
– Animate.css 3.5
– DataTables 1.10

Download Encry – Securely Send Encrypted Informations (Help and Support Tools)

Leave a Reply

Your email address will not be published. Required fields are marked *