A Javascript crypto key generator that works entirely client side, allowing for the secure generation of one time pads from within your browser.
Code
Cryptography
Old Projects
Python
SafeSide CipherThis is one of my earliest python projects. Made while still learning python, ported this over from an old Delphi project of mine. For stronger encryption, and to encrypt files as well as strings try one of my newer ciphers like Rubik’s Crypt, however this should be a great choice for a beginner python programmer, […]
Code
Cryptography
Python
Rubik’s CryptE to encrypt string, D to decrypt string
EF to encrypt file (must also have an output name after the password)
DF to decrypt file (must also have an output name after the password)
rubikscrypt Directive Input Password (OutputFile?)
0