password safe / manager for linux and windows (and mac ?) via qt
Password safe for Windows and Linux.
If you want to manage your passwords (or other information) in one file and access that file with Windows and with Linux, this could be your choice.
You create trees where each knot and leaf contains as many key/value pairs as you like. Then the whole thing is written encrypted to one file.
Windows binaries and Debian32/64 binaries are downloadable. If you want to build it yourself - I suggest Linux users do that - get Qt4, call qmake and make...
SES brings back the uncrackable onetime pad, with a digital twist.
SES brings back the uncrackable onetime pad, with a digital twist. It is well known that a random key of message-length is the only provably unbreakable cipher. SES uses cryptographic strength pseudo-random keys of message-length for its many encipherments, in addition to offering true one-time pad capability for the intrepid.
SES is built on ISAAC, Bob Jenkins' unbroken CSPRNG, a fast and simple stream cipher placed in the Public Domain in 1996. SES now gives you the ability to...