Cryptable - Encrypt messages. is a encryption extension for chrome. it's a free extension , it has 202 active users since released its first version, it earns an average rating of 4.00 from 10 rated user, last update is 3526 days ago.
Cryptable is a clean and simple extension built for Google Chrome for encrypting and/or decrypting text. Easily share information privately with others. v.1.0.5 (3/20/15) ------------------------------------------------------ Cryptable now saves passwords. v.1.0.4 (3/4/15) ------------------------------------------------------ Added offline capabilities. v.1.0.1 (3/3/15) ------------------------------------------------------ Added instant encryption/decryption when typing in password field. Feedback ------------------------------------------------------ -Please leave any reviews if you want to suggest any changes for future releases. -Check out our other products at http://polarityweb.weebly.com/ Terms of Service ------------------------------------------------------ This terms of service states that your use of Cryptable ("Extension") by Polarity ("Company") must be agreed upon before installation. If you do not agree, you may not use this Extension. This Company is not held responsible for any damages that are associated with this Extension and is not obligated for any payments. Potential litigants cannot and may not bring any form of litigation against the Company for issues from the use of the Extension on the Google Chrome Web Store. Privacy Policy ------------------------------------------------------ Polarity is committed protecting your privacy and this Extension will not collect any information about you. The encryption is performed on the hosts's machine with no data transfers to external servers. Messages ------------------------------------------------------ Polarity does not claim ownership on any data that is encrypted and/or decrypted during the use of this Extension. The messages are kept between you ("The User") and the others you share with.
You could download the latest version crx file or older version files and install it.
English (United States).
40% user give 5-star rating, 20% user give 4-star rating, 20% user give 3-star rating, 20% user give 1-star rating. Read reviews of cryptable - encrypt messages.
You could find more help information from cryptable - encrypt messages. support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of cryptable - encrypt messages..
You could click to report abuse of cryptable - encrypt messages..
not so good. I wish you could choose what type of encryption you could use, like AES-192.
Its awesome
Looked at the source code. The encryption is naive, and not really safe. You should really just use AES256 for encryption, instead. Basically, what is done in this app is that every character in the text is being converted to a number by standard means, and the corresponding character in the password is also converted to a number. The numbers are then added, and thats the "encrypted" value. Thats just a caesar cipher with a password.