MBString #6
MbarkT3STO
started this conversation in
Classes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Definition :
Helping you Encrypt and Decrypt texts with the easiest way
State :
Static class
Methods :
Encrypt
StrEncryptionModel
EncryptWithoutKey
StrEncryptionModel
Decrypt
StrDecryptionModel
DecryptWithoutKey
EncryptWithoutKey
methodStrDecryptionModel
Details :
Encrypt
Encrypt a string using a custom Key and/or IV
String
String
Byte[]
EncryptWithoutKey
Encrypt a string without Key and IV
String
Decrypt
Decrypt an encrypted string using a custom Key and/or IV used in the encryption operation
String
String
Byte[]
DecryptWithoutKey
Decrypt an encrypted string using
EncryptWithoutKey
methodString
Beta Was this translation helpful? Give feedback.
All reactions