https://github.com/glushchenko/algorithms
Programming solutions
https://github.com/glushchenko/algorithms
Last synced: about 2 months ago
JSON representation
Programming solutions
- Host: GitHub
- URL: https://github.com/glushchenko/algorithms
- Owner: glushchenko
- Created: 2012-08-27T00:14:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T11:55:53.000Z (over 12 years ago)
- Last Synced: 2025-02-23T10:41:19.990Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## generator.py
Fast id obfuscator, default matrix from 0 to 999999 will be converted to random 6 digits secure id.
Usage:
import generator
encode(1)
decode(123456)