Skip to content

Generate a tiny hash using RFC 4648 base64url format

License

Notifications You must be signed in to change notification settings

foxmask/tinyhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyhash

Generate a tiny hash using RFC 4648 base64url format

>>> from datetime import datetime, timezone
>>> from tinyhash import small_hash
>>> now = datetime.now(timezone.utc)
>>> my_hash = small_hash(now.strftime("%Y%m%d_%H%M%S"))
>>>
>>> my_hash
'-BmO8Q'

About

Generate a tiny hash using RFC 4648 base64url format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages