Python Project Update | Password Database | Password/Pin generator and Encryption tools Version 1.5

Опубликовано: 15 Май 2026
на канале: Vapen_Hem
92
2

The 1.5 update comes with a security update, as many people pointed out in the Reddit post I made about the program:   / my_first_big_project_password_database_with  
The random module that comes with python is not cryptographically safe and is prone to something called timing attacks.

And so I have stopped using random, and instead, I use the secrets library
Which is cryptographically ''safe''
And I will also upload a video on how to use the secrets library (Basic tutorial), as I did not find any good tutorials for it while trying to learn it.

Other than that, this update also comes with a User Interface update, Which unlike its predecessor automatically removes the old output sp that you don't have to scroll, it also has a new nice banner.

GitHub:
https://github.com/vapen-hem
Reddit:
  / vapen_hem