📜 ⬆️ ⬇️

WebCrypt - online encryption service

webcrypt.org - open source online encryption service right in the browser. The code is laid out on GitHub under the GNU GPL and is hosted on GitHub Pages. Encryption uses a wonderful library of Stanford University SJCL .




')
WebCrypt encrypts the message and generates a link like webcrypt.org/#crypt_encrypted_ . when clicking on this link, the server will ask for the password and if it is correct, it will show the decrypted message. Nothing is transmitted to the server and is not saved. The service works both on desktops and mobile phones.

If you do not trust the webcrypt.org domain, you can fork the project on GitHub and open it already at home. Everything will work exactly the same. Example: elfet.imtqy.com/webcrypt

An example of an encrypted message (password: 1234):
webcrypt.

PS
I suggest you go through a small quest. At each step you will be offered a simple task.
The first who gets to the end, will receive a prize of 100 rubles (winner: Serzhenko ) =)
goo.gl/7xA2qR (password: habr)

Pps
Hint for those who are stuck on hex: goo.gl/CqeKdM
The password is the same as from the previous task.
Another hint 198 = 199.

Source: https://habr.com/ru/post/195632/


All Articles