ways of transforming a block cipher to a stream cipher, enabling repeated use without changing the key.

learn more… | top users | synonyms

2
votes
0answers
110 views

Single-purpose symmetric encryption scheme for single files

I'm writing a simple password manager program that will encrypt/decrypt a single file (it's size will most likely stay under a few K). This is my initial file format design: ...