https://github.com/werdane/usha
A secure hashing algorithm
https://github.com/werdane/usha
algorithm hashing pypi python secure usha
Last synced: 5 months ago
JSON representation
A secure hashing algorithm
- Host: GitHub
- URL: https://github.com/werdane/usha
- Owner: werdane
- License: mit
- Created: 2024-10-20T19:22:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T02:18:38.000Z (about 1 year ago)
- Last Synced: 2025-01-08T06:51:16.823Z (11 months ago)
- Topics: algorithm, hashing, pypi, python, secure, usha
- Language: Python
- Homepage: https://pypi.org/project/usha/0.0.1/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# USHA (Ultra Secure Hashing Algorithm)
This package allows people to use the Ultra Secure Hashing Algoritm to hash and store sensitive data; such as password, and emails. This was designed for my own personal use but I decided to let everyone have access to this incredibly useful tool to implement into their applications.
**Install**
```
git clone https://github.com/werdane/usha/
```