Cryptography

customJS uses jsrsasign (RSA-Sign JavaScript Library) to perform cryptographic operations. This is an open-source free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token/Key in pure JavaScript. jsrsasign is ideal for secure digital signing and encryption in web applications, providing a robust solution for managing digital identities. Its versatility makes it suitable for a wide range of applications, from securing transactions to creating secure communication channels. It can be used as follows:

Input & JS code fields

Input field:

{}

JS code field:

jsrsasign.KJUR.jws.IntDate.get('now');
Make.com Custom JavaScript jsrsasign Example
Make.com Custom JavaScript jsrsasign Example

Output field

Output field:

{
  "output": 1669275738
}
Make.com Custom JavaScript jsrsasign Example
Make.com Custom JavaScript jsrsasign Example