KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
flipperZeroPasswordManager
★ 19
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Alpha-Advanced
:
Mod for Minecraft Alpha 1.1.2_01
Scalable-Capital-Transactions-Exporter
:
Scalable Capital Transactions CSV Exporter for Portfolio Performance
wretch
:
This is my fetch script written in Rust, as one of my first projects
zotero-ai-tab
:
AI sidebar plugin for Zotero, compatible with OpenAI, supports GPT, DeepSeek, Qwen, Doubao and other LLMs.
nmea2000
:
NMEA 2000 Python encoder and decoder based on canboat database
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
flipperZeroPasswordManager
?
Download (.md)
# Password Manager Use you flipper zero as a password manager and authenticator! The flipper stores your usernames and password and can write them on your PC acting as a keyboard! ## How does it work - Add new credentials: - The flipper asks you to insert the website name, the username and the password - Credentials are stored into a file in the flipper - See saved credentials: - The flipper shows a lists of website names - If OK is clicked, the flipper will write on the PC ```username + /t + password + /n``` - *Perfect for web forms!!!* - (If the username is not set, it will write only ```password + /n```) - Delete credentials: - The flipper shows a lists of website names - If OK is clicked, the flipper will remove the selected line from the credentials file ### Storage Credentials are stored as ```service,username,password``` in a .txt file. ```\``` and ```,``` needs to be escaped as ```\\``` and ```\,``` if you handle the file manually. ## Add new password  ## Web login  ## Show passwords  ## Delete passwords 