A repository containing small code I make use of
Encrypt your online banking login for banking.py
with chosen password and generated salt in DO_NOT_DELETE_ME.bin
:
python encrypter.py
Password: # password of choice
Data: # Your online banking login
Entry: banking_login
python encrypter.py
Password: # password you just typed in
Data: # Your online banking pin
Entry: banking_pin
Decrypt the data again and access your banking information with FinTS Api:
python banking.py
Password: # password you chose
======
OUTPUT
======
Balance: 4.20€
Toggles active theme of Windows Terminal and Helix editor. Add to .zshrc
or .bashrc
:
alias tt="node /.../winTerminalToggleColorMode.js"