Give us feedback
cryptoapi
Service icon

CryptoAPI

icon_trusted
Stable version 2.2.2 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 22 December 2023 by 
4.7
 (40 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.2)

Changed:

  • Replaced Mono.Security with BouncyCastle.Cryptography 2.2.1
  • Updated BCrypt.Net-Next to 4.0.3.0 
  • Changed extension icons, to new ones that are easier to see in both light and dark modes of Service Studio
  • Updated License usage


Reviews (8)
by 
27 May
in version 2.2.2
Excellent Component for confidential data
by 
2 May
in version 2.2.2
Having only 2 padding options at disposal it's a limit
by 
2023-04-30
in version 2.2.1
Really helpful when dealing with confidential infos.
Team