BinCat Token System
BinCat is an innovative login system, with which the account you register will be more secure. This project is inspired by a conventional token system.
BinCat generates an ID of 10 numbers (1234567890), the ID of each user will be encrypted in Base64, with a point it will separate 7 random letters and numbers between which there will be Uppercase and Lowercase, these at the same time will be separated by another point the actual date of creation of the token with it is going to be encrypted in Base64 too. The result is something like this: MTIzNDU2Nzg5MA ==. ADJrNnB.Jsw97Jhb29
Installation
Windows, OS X y Linux:
Download the program
https://github.com/Hipotesi-Dev/BinCat.git
Install Requirements
pip install colorama
Execute BinCat Token Generator
python BinCat.py
Version history
- 1.5.2
- CHANGE: Documentation Update (the code of the program is the same)
- 1.5.1
- CODE COMPILED: I add some little modifications to the code, now is available to compile it without errors.
- 1.5.0
- CLEAN CODE: The unuseful code of BinCat have been removed
- 0.1.0 - 1.5.0
- Building BinCat System
- Improving the code`
- 0.0.1
- Working on BinCat
Credits
Distribute under the Apache2.0 License. See LICENSE
for more information.
Contributing
- Fork it (https://github.com/Hipotesi-Dev/BinCat/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request