Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sureshpandiyan1/killerserializer
better way to create a random hash
https://github.com/sureshpandiyan1/killerserializer
flask hashing security serialization serializer serializers
Last synced: 5 days ago
JSON representation
better way to create a random hash
- Host: GitHub
- URL: https://github.com/sureshpandiyan1/killerserializer
- Owner: sureshpandiyan1
- License: unlicense
- Created: 2022-11-04T13:13:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T17:00:05.000Z (about 2 years ago)
- Last Synced: 2024-12-15T14:38:30.024Z (22 days ago)
- Topics: flask, hashing, security, serialization, serializer, serializers
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# killerserializer
killerserializer is the better way to create a random hash for you & no need to give a text to convert.# How to run ?
import killerserializer
for_confirm_user = killerserializer.serializer()
conf_user = for_confirm_user.generate()
print(conf_user)output:
hk^gsx&upzo]=+m:'/[ft,y)lr\@(vni.?# Highlights:
unguessable hash
easy to use
# What is the best way to use a killerserializer?
for email confirmation
verify user
Note: you can use it how you want for that# Copyright & License
copyright @ suresh p | The Unlicense