User

Simran Mehndiratta

Member since
Total activity 17
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 0

Articles

Recent activity by Simran Mehndiratta

  • URL Encode Function

    Function Name:URL EncodePurpose:The URL Encode function encodes characters in a URL string. Example:Input value,https://www.syncari.com/?parameter=one&twoEncoded value,https://www.syncari.com/?para...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • UUID Function

    Function Name:UUIDPurpose:This function generates a randomly generated UUID.  The UUID is generated using a cryptographically strong pseudo random number generator.Example:16b4f875-6a31-4c17-b37e-9...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Encrypt Function

    Function Name:EncryptPurpose:The Encrypt Function encrypts a given input text using a key that is specified in the configuration.Configuration:1. Enter a Display Name. This will be helpful with ide...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Encode Function

    Function Name:EncodePurpose:The Encode function encodes the input text using the Base64 encoding scheme. It first encodes all input bytes into a base64 encoded byte array and then constructs a new ...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Decrypt Function

    Function Name:DecryptPurpose:Decrypts the given input text using the key provided. Make sure to use the key that was used to encrypt the text. The function should be connected to a node that passes...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • Decode Function

    Function Name:DecodePurpose:The Decode Function decodes a value that was encoded using the Base64 encoding scheme.The function should be connected to a node that provides a Base64 encoded text/stri...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes
  • To Date Function

    Function Name:To Date Purpose:This function helps convert a date formatted as text into a Java ZonedDateTime type.Configuration:1. Enter a Display label for the node. This will be helpful with iden...

    • Updated
    • 0 followers
    • 0 comments
    • 0 votes