Skip to content

m4r1vs/personal-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal-stuff

A repository containing small code I make use of

FinTS

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€

Theme Changer

Toggles active theme of Windows Terminal and Helix editor. Add to .zshrc or .bashrc:

alias tt="node /.../winTerminalToggleColorMode.js"

About

A repository containing small code I make use of

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published