Skip to content
#

password-encryption

Here are 19 public repositories matching this topic...

Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while anot…

  • Updated Jul 4, 2019
  • Python

Password Generator with Strength Checker and Encrypted Storage is a Python tool that generates secure passwords, checks their strength, and stores them securely using encryption. It ensures passwords are strong by evaluating length, character variety, and then encrypts and saves them using the cryptography.fernet module.

  • Updated Jun 26, 2025
  • Python

The Python-based CLI Expense Tracker is a command-line application for managing and analyzing expenses. It allows users to add, update, and delete expenses, categorize spending, and generate detailed reports with visualizations. Featuring secure authentication, data persistence, and PDF exports, it helps users track financial trends efficiently

  • Updated Apr 1, 2025
  • Python

Improve this page

Add a description, image, and links to the password-encryption topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the password-encryption topic, visit your repo's landing page and select "manage topics."

Learn more