Sharing notes from my ongoing learning journey — what I build, break and understand along the way.
Building a Secure ATM App in Python with Hashed Passwords and SQLite

Secure Your Python ATM App: From Plain Passwords to SHA-256 Hashing In my previous post, I created a simple command-line ATM application using Python. It allowed users to check their balance, deposit money, and withdraw funds — all based on…