Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

hexdigest python

# Here is the definition of related terms from https://docs.python.org/3/library/hashlib.html

shake.digest(length)
Return the digest of the data passed to the update() method so far. This is a bytes object of size length which may contain bytes in the whole range from 0 to 255.

shake.hexdigest(length)
Like digest() except the digest is returned as a string object of double length, containing only hexadecimal digits. This may be used to exchange the value safely in email or other non-binary environments.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hexdigest #python
ADD COMMENT
Topic
Name
3+3 =