Give us feedback
securitytools-xif
Service icon

Security Tools

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 30 June 2021 by 
0.0
 (0 ratings)
securitytools-xif

Security Tools

Details
This is a simple extension that wraps the .Net TripleDESCryptoServiceProvider and Md5Hash class
Read more

-  TripleDES Encryption In C#

  • .NET provides high level classes for various encryption algorithms, both symmetric and asymmetric. Data Encryption Standard (DES) is one of the symmetric encryption algorithms that allows both parties, sender and receiver, to use same key to encrypt and decrypt data.
  • TripleDesCryptoServiceProvider class provides the functionality of TripleDES algorithm


- Md5Hash implementation

  • Converts a string to a byte array and compute the hash
  • Computes the hash value of the specified byte array using the specified hash algorithm, and signs the resulting hash value.
    Return the System.Security.Cryptography.RSA signature for the specified data.
  • Verify a hash against a string
Release notes (1.0.1)

Created a Application Package containing the 1.0.0 version of the extension

Reviews (0)
Team