This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
FlippyPass/README.md

35 lines
1.5 KiB
Markdown
Raw Normal View History

2024-08-09 22:20:49 -05:00
# FlippyPass
2024-08-09 22:27:34 -05:00
A Password Manager for the Flipper-Zero
* [About this Project](#about-this-project)
* [Installing](#installing)
* [Building](#building)
## About this Project
2024-08-11 21:04:11 -05:00
This is a very simple Password Manager written in *C* for the Flipper Zero. The goal of this project is to allow anyone to use the flipper zero as their to go password manager!
2024-08-09 22:27:34 -05:00
This project was designed with simplicity and security in mind. All of your passwords **will** be safely encrypted and stored on your Flipper-Zero device.
## Installing
In order to Install this application, all you'll need to do is go to the [Releases Tab](https://git.objnull.net/objnull/FlippyPass/releases) on my Gitea instance and download the latest **.FAP** file. Place the file inside of: */SD Card/apps/tools*.
Launch the application, go through some basic setup options, and you're set for using the password manager!
2024-09-09 05:32:24 -05:00
## Migrating
If you are moving from a previous password manager, just want a backup, or something else, we support Importing & Exporting passwords!
Currently, we only accept **BitWarden JSON** exports.
Simply drag your export into your Flipper Zero's SD card, open FlippyPass, Navigate to Archive, Import, Select the file and watch the magic happen!
2024-08-09 22:27:34 -05:00
## Building
2024-09-09 05:32:24 -05:00
Currently, this project is developed using Docker, a fast container platform. I use docker as to not bloat my system with usless dependencies.
Make sure you have Docker installed.
2024-08-27 22:35:39 -05:00
To build this project, just run `./scripts/docker.sh && ./scripts/build.sh` and you're all set! The *.fap* file will be placed in the *build/* directory.