Commit Graph

9 Commits

Author SHA1 Message Date
0026e3321a Made handlers asynchrounos
Switched from TeleBot class to AsyncTeleBot
2022-12-29 13:58:53 +03:00
944f23a146 Added new lines in requirements 2022-11-26 19:45:29 +03:00
a1bed9014d Changed the way the master password hashing works
Switched from Bcrypt to Scrypt for master password hashing
Changed models to use new sizes for hashes and salts, doubled the size of enc_login and enc_passwd for accounts
Created new function to check master password validity
Increased salt sizes for accounts and master passwords
Removed bcrypt from requirements
2022-11-07 16:30:45 +03:00
570f15001e switched mariadb connector to pymysql 2022-11-04 02:17:17 +03:00
dbf27d401e Added ability to export accounts to json 2022-11-02 14:48:15 +03:00
StNicolay
b60579ecd6 Added sqlmodel to requirements 2022-10-14 15:42:32 +03:00
StNicolay
e09c56759e Added pyTelegramBotAPI to requirements 2022-10-05 18:50:12 +03:00
StNicolay
89d8e78eec env variables! 2022-09-26 22:46:21 +03:00
StNicolay
6cd1016249 Created file structure 2022-09-26 20:34:02 +03:00