Tidied operations to match conventions

This commit is contained in:
Matt C 2017-02-08 17:29:50 +00:00
parent 2750be36da
commit a153246191
4 changed files with 26 additions and 6 deletions

View file

@ -66,9 +66,6 @@ var Categories = [
ops: [
"AES Encrypt",
"AES Decrypt",
"Affine Cipher Encode",
"Affine Cipher Decode",
"Atbash Cipher",
"Blowfish Encrypt",
"Blowfish Decrypt",
"DES Encrypt",
@ -87,6 +84,9 @@ var Categories = [
"Vigenère Decode",
"To Morse Code",
"From Morse Code",
"Affine Cipher Encode",
"Affine Cipher Decode",
"Atbash Cipher",
"Substitute",
"Derive PBKDF2 key",
"Derive EVP key",