AlphaAlphaH
3
Alpha is a bloc symmetric encryption algorithm I created during my spare time. I used Java with JavaFX.
My software is not intended to be distributed. Even if I wanted, I can't due to laws :)
* The size of the encryption key is variable. It only depends on you when you create the key ;
* A file is cyphered by blocs which size is the key size ;
* Every variation of the key has repercussions on the whole generated cyphered file.
The key is unique ;
* All types of file can be cyphered : txt, images, rar, zip, exe, videos, ... everything you want without risk using a minimal memory ;
3
Alpha is a bloc symmetric encryption algorithm I created during my spare time. I used Java with JavaFX.
My software is not intended to be distributed. Even if I wanted, I can't due to laws :)
* The size of the encryption key is variable. It only depends on you when you create the key ;
* A file is cyphered by blocs which size is the key size ;
* Every variation of the key has repercussions on the whole generated cyphered file.
The key is unique ;
* All types of file can be cyphered : txt, images, rar, zip, exe, videos, ... everything you want without risk using a minimal memory ;