Cryptography (crypto)

sha224

unique

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

Example Response

{"hash":"08883aca2c2dd27ee99bd4a7806a75f7f600c25b67ce5997f8e28050"}

hexdigest

Create and return a 56-character sha224 hash using the string provided.

 

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

Example Response

{"hash":"2f05477fc24bb4faefd86517156dafdecec45b8ad3cf2522a563582b"}