Cryptographic utilities
  • 05 Feb 2023
  • 1 Minute to read
  • Dark
    Light

Cryptographic utilities

  • Dark
    Light

Article Summary

Use these for calculating and generating hashes and UUIDs.

Calculate MD5

Calculates the MD5 hash of a given file.

Input

sample_file.pdf

Output

f30dcb085daa4e547fa8df4f9f34b1b4


Calculate SHA1

Calculates the SHA1 hash of a given file.

Input

sample_file.pdf

Output

6391b087b4d715fb6a3765ba4a975caa766027e6


Calculate SHA256

Calculates the SHA-256 hash of a given file.

Input

sample_file.pdf

Output

58733067557874c74b264e8de156b4953a185825419a484aab817cdc71d0a162


Generate random number

Generates random numbers between the MIN_VALUE (inclusive) and MAXVALUE (exclusive). This can include negative numbers if at MIN_VALUE is below zero.

Min_Value

-50

Max_Value

50

Output

-32


Generate random string

Generates a random string of characters per what you define in the Length field. The string can contain numbers 0-9, as well as uppercase and lowercase letters.

Length

12

Output

iRT4T2EayYe5


Generate UUID

Generates a string serving as a universally unique identifier.

Output

05581d99-b768-41c8-82f3-7527709836f1


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.