Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Encrypt or Decrypt with AES or Blowfish
Version | macOS | Windows | Linux | Server | iOS SDK |
2.7 / 8.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Item | Details |
---|---|
Encryption.Cipher Encrypts or decrypts of a value. | All 4.1 |
Encryption.CipherNames Queries list of all ciphers. | All 8.5 |
Encryption.DecryptAES Decrypts data with AES engine in CBC mode. | All 2.7 |
Encryption.DecryptBlowfish Decrypts data with Blowfish engine in CFB64 mode. | All 2.7 |
Encryption.DecryptContainerAES Decrypts container value with AES engine in CFB mode. | All 2.9 |
Encryption.DecryptContainerBlowfish Decrypts container value with Blowfish engine. | All 2.9 |
Encryption.DigestNames Queries list of all digest algorithms. | All 8.5 |
Encryption.EncryptAES Encrypts data with with AES engine in CBC mode. | All 2.7 |
Encryption.EncryptBlowfish Decrypts data with Blowfish engine in CFB64 mode. | All 2.7 |
Encryption.EncryptContainerAES Encrypts container value with AES engine in CFB mode. | All 2.9 |
Encryption.EncryptContainerBlowfish Encrypts container value with Blowfish engine. | All 2.9 |
RSA.DecryptPrivateKey Decrypts a private key. | All 7.5 |
RSA.EncryptPrivateKey Encrypts a private key. | All 7.5 |
RSA.PrivateDecrypt Decrypts data using private key. | All 6.2 |
RSA.PrivateEncrypt Encrypts data using private key. | All 6.2 |
RSA.PublicDecrypt Decrypts data using public key. | All 6.2 |
RSA.PublicEncrypt Encrypts data using public key. | All 6.2 |
17 functions shown.
Feedback: Report problem or ask question.