Cryptography (crypto)

sha512

unique

Create and return a unique 128-character sha512 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.sha512.unique","crypto.sha512.unique":"unique","uuid":"071651f79538c5be3173b651cc9bcb7e","args":{"seed":"hello world"},"height":32,"width":120,"step":"Create unique sha512 hash","data_to_var":"hash","y":0,"x":0,"type":"library","maxpaths":1}}]

Example Response

{"hash":"ee798dd972d6985e58064ecd66986cbb84cf257733eafb2fd97b6199c9e51d0ed8a294b8469f07707e1cb7adc8ca1f6b7c587f9cf6f6cd034bfc2125334333ef"}

hexdigest

Create and return a 128-character sha512 hash using the string provided.

 

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

Example Response

{"hash":"309ecc489c12d6eb4cc40f50c902f2b4d0ed77ee511a7c7a9bcd3ca86d4cd86f989dd35bc5ff499670da34255b45b0cfd830e81f605dcf7dc5542e93ae9cd76f"}