Skip to content

Commit 52ee4fd

Browse files
Update README.md to include CI, Python version, license, tests, last commit, and issues badges
1 parent a574032 commit 52ee4fd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Password Hashing Utilities and Attack Demos
22

3+
<div align="right">
4+
5+
[![CI](https://github.com/SagarBiswas-MultiHAT/HashAttackDemos/actions/workflows/python-ci.yml/badge.svg)](https://github.com/SagarBiswas-MultiHAT/HashAttackDemos/actions/workflows/python-ci.yml)
6+
[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/)
7+
[![License](https://img.shields.io/github/license/SagarBiswas-MultiHAT/HashAttackDemos)](https://github.com/SagarBiswas-MultiHAT/HashAttackDemos/blob/main/LICENSE)
8+
[![Tests](https://img.shields.io/badge/tests-pytest-brightgreen)](https://github.com/SagarBiswas-MultiHAT/HashAttackDemos/actions)
9+
[![Last commit](https://img.shields.io/github/last-commit/SagarBiswas-MultiHAT/HashAttackDemos)](https://github.com/SagarBiswas-MultiHAT/HashAttackDemos)
10+
[![Issues](https://img.shields.io/github/issues/SagarBiswas-MultiHAT/HashAttackDemos)](https://github.com/SagarBiswas-MultiHAT/HashAttackDemos/issues)
11+
12+
</div>
13+
314
This repository is a compact, readable set of Python utilities that teach two things:
415

516
- How to hash passwords correctly with modern algorithms (Argon2id, bcrypt, scrypt)

0 commit comments

Comments
 (0)