Converted PBKDF2 and RC2, enabled tests, deleted legacy Cipher file

Also made DESDecrypt test pass
This commit is contained in:
Matt C 2018-05-23 18:31:26 +01:00
parent 46b8b2fa7e
commit 9ffab374db
6 changed files with 232 additions and 176 deletions

View file

@ -36,7 +36,7 @@ import "./tests/operations/Ciphers";
import "./tests/operations/Checksum";
// import "./tests/operations/Code";
import "./tests/operations/Compress";
// import "./tests/operations/Crypt";
import "./tests/operations/Crypt";
import "./tests/operations/DateTime";
import "./tests/operations/Fork";
import "./tests/operations/Jump";