Give us feedback
cryptoapi
Service icon

CryptoAPI

icon_trusted
Stable version 2.2.1 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 15 June 2021 by 
4.8
 (38 ratings)
cryptoapi

CryptoAPI

Details
The Cryptographic tools to protect your data. Formerly known as ardoCrypto.
Read more

Feature List


Randomized authenticated encryption with strong (256-bit) keys

HMAC256 algorithm for unforgeable integrity checking

Function to correctly hash a password and compare it.

By popular demand, added a function to hash a string using standard message digest (SHA256 is default)

Encrypt, Decrypt using RSA (OAEP padding). Generation of RSA keys.


Main Benefits


Your encrypted data cannot be tampered with without you knowing about it.

People can't tell when you're encrypting the same plaintext with the same key (Chosen Plaintext Attack secure scheme)


See discussions for more information.


Release notes (2.2.1)
  • Converted the component into a Service Application
  • Added a demo application to the component
Reviews (6)
30 Apr
in version 2.2.1
Really helpful when dealing with confidential infos.
2022-11-16
in version 2.2.1
Great component. Could you update the Demo to also include an example on the Compare and Compute MAC? Thank you very much
2021-03-27
in version 2.2.0
Easy to use and well documented. Thank for providing this component.