An open API service indexing awesome lists of open source software.

https://github.com/glushchenko/algorithms

Programming solutions
https://github.com/glushchenko/algorithms

Last synced: about 2 months ago
JSON representation

Programming solutions

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)