README says to do Triple DES, you do 3 encryption or 3 decriptions, either with 2 or 3 keys.
https://en.wikipedia.org/wiki/Triple_DES says Triple DES encryption is:
- Encrypt with Key1
- Decrypt with Key2
- Encrypt with Key3
(Key3 may be the same as Key1)
The decryption is the reverse.
README says to do Triple DES, you do 3 encryption or 3 decriptions, either with 2 or 3 keys.
https://en.wikipedia.org/wiki/Triple_DES says Triple DES encryption is:
(Key3 may be the same as Key1)
The decryption is the reverse.