You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Encryption Functions

MD5(String)

Calculates an MD5 checksum for the string.

SHA1(String)

Calculates an SHA-1 checksum for the string.

SHA256(String)

Calculates an SHA-265 checksum for the string.

SHA384(String)

Calculates an SHA-384 checksum for the string.

SHA512(String)

Calculates an SHA-512 checksum for the string.

DSA(Size)

Generates a DSA key pair

RSA(Size)

Generates a RSA key pair

RSASign(Object, Private Key)

Computes a signature for the given object

RSAVerify(Object, Signature, Public Key)

Verifies the signature for the given object

  • No labels