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

https://github.com/c1m50c/sha256

Python application to encode a message with the SHA256 Hashing Algorithm.
https://github.com/c1m50c/sha256

algorithms hashing hashing-algorithm mit-license python python3 sha256 sha256-hash

Last synced: 5 months ago
JSON representation

Python application to encode a message with the SHA256 Hashing Algorithm.

Awesome Lists containing this project

README

          

# 🥔 **sha256**
Python application to encode a message with the `SHA256` Hashing Algorithm.

## **Running**
```bash
$ cd sha256
$ python3 src/main.py
...
```

## **Resources**
- Specification
- Wikipedia

## **License**
MIT License