Skip to content

Instantly share code, notes, and snippets.

View webdev23's full-sized avatar
😡
SHTF

NVRM webdev23

😡
SHTF
View GitHub Profile
@webdev23
webdev23 / CRYPTOPAT messsage encryption &decryption
Last active December 18, 2015 04:58
This sources are simplified version of http://cryptop.at website. This tools allow to generate and read specials (smalls) messages encrypted with SERPENT 256bits (or another mcrypt supported algorythm like AES, TWOFISH..) and a private key. Specially made for be simple but with a very high privacy level.
This sources are simplified version of http://cryptop.at website.
This tools allow to generate and read specials (smalls) messages encrypted with SERPENT 256bits
(or another mcrypt supported algorythm like AES, TWOFISH..) and a private key.
Specially made for be simple but with a very high privacy level.
The reader and the writer don't needs any additionnal software or plugin for use it, just a
html5 compatible browser.
Encryption and decryption are made on client-side with javascript, so it can also be used