Add fernet encryption/decryption operation

This commit is contained in:
Karsten Silkenbäumer 2019-03-03 16:18:31 +01:00
parent 8148c1a8a8
commit 846e84d3a4
6 changed files with 292 additions and 70 deletions

View file

@ -73,6 +73,8 @@
"DES Decrypt",
"Triple DES Encrypt",
"Triple DES Decrypt",
"Fernet Encrypt",
"Fernet Decrypt",
"RC2 Encrypt",
"RC2 Decrypt",
"RC4",