Expand description

a modernized Vigenere algorithm

We are not working on paper any more.
Therefore, instead of shifting the letters of the alphabet, we will shift every single byte.
That’s why this lib is capable to encrypt/decrypt any file:
Not only ASCII-files, but also pictures, data or even binaries.

Functions

public wrapper to start function worker for decryption

public wrapper to start function worker for encryption