rsa-client-and-server-side-encryption-and-decryption
Reactive icon

RSA client and server side encryption and decryption

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 27 Nov (14 hours ago)
 by 
0.0
 (0 ratings)
rsa-client-and-server-side-encryption-and-decryption

RSA client and server side encryption and decryption

Details
RSA client side encryption with public key and decryption at server side with private key.
Read more

RSA is an asymmetric cryptographic algorithm that uses a pair of mathematically linked keys:

  • Public Key (shared openly) ? used for encryption

  • Private Key (kept secret on the server) ? used for decryption

Anything encrypted with the public key can only be decrypted using the matching private key.

RSA client-side encryption is used in situations where:

  • A client must send sensitive data (passwords, credentials, tokens, PII, etc.)

  • The server must ensure only it can read the incoming data

  • Data must remain secure even if intercepted during transmission

Release notes (1.0.1)

added demo to check the asset feasibility.

License (1.0.1)
Reviews (0)
Team
Other assets in this category