Symmetric encryption algorithm
The following encryption methods are used: Character shuffling; Generic xor (unsafe on its own); Overlaying data on the password mask
Hello world! -> ЩJ╕°w;╬`м▼Х♫
Lib usage
- Encrypt: fcsEncrypt(char* data, char* key, int dataLength, int keyLength)
- Decrypt: fcsDecrypt(char* data, char* key, int dataLength, int keyLength)