Cryptography (crypto)

sha384

unique

Create and return a unique 96-character sha384 hash string. If seed is provided, it will be included in the string that is encoded into the hash. The function produces a different value each time it is called.

 

{ }
[{"paths":[],"data":{"crypto":"crypto","call":"crypto.sha384.unique","crypto.sha384.unique":"unique","uuid":"071651f79538c5be3173b651cc9bcb7e","args":{"seed":"hello world"},"height":32,"width":120,"step":"Create unique sha384 hash","data_to_var":"hash","y":0,"x":0,"type":"library","maxpaths":1}}]

Example Response

{"hash":"23639b575e823a0d9cbfe897934af15b49c5a091fcfc4b592729b14d4133880bd284da6e1d4747f00d50368c653a7fa3"}

hexdigest

Create and return a 96-character sha384 hash using the string provided.

 

{ }
[{"paths":[],"data":{"crypto":"crypto","call":"crypto.sha384.hexdigest","crypto.sha384.hexdigest":"hexdigest","uuid":"071651f79538c5be3173b651cc9bcb7e","args":{"string":"hello world"},"height":32,"width":120,"step":"Create sha384 hash","data_to_var":"hash","y":0,"x":0,"type":"library","maxpaths":1}}]

Example Response

{"hash":"fdbd8e75a67f29f701a4e040385e2e23986303ea10239211af907fcbb83578b3e417cb71ce646efd0819dd8c088de1bd"}