https://github.com/everysoftware/anysecrets
Secure password management SaaS with an AES-256 encryption
https://github.com/everysoftware/anysecrets
fastapi password-manager postgresql
Last synced: about 1 month ago
JSON representation
Secure password management SaaS with an AES-256 encryption
- Host: GitHub
- URL: https://github.com/everysoftware/anysecrets
- Owner: everysoftware
- License: mit
- Created: 2023-10-19T13:32:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T11:14:18.000Z (about 1 year ago)
- Last Synced: 2025-10-26T06:56:13.917Z (5 months ago)
- Topics: fastapi, password-manager, postgresql
- Language: Python
- Homepage:
- Size: 7.69 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AnySecrets
**Effortless password management solution**
---
[](https://github.com/everysoftware/anysecrets/actions/workflows/test.yml)
[](https://github.com/everysoftware/anysecrets/actions/workflows/codeql.yml)
---
## Features
* Create and manage passwords safely with an AES-256 encryption
* Search passwords easily by name or URL
## Installation
1. Clone the repository:
```bash
git clone https://github.com/everysoftware/anysecrets
```
2. Create `.env` file based on `.env.example`:
```bash
cp .env.example .env
```
3. Run the application:
```bash
make up
```
AnySecrets is available at [http://localhost:3014](http://localhost:3014):


Enjoy! 🚀
## API Reference
API docs are available at [http://localhost:8014/docs](http://localhost:8014/docs):

## Tech Stack
---
**Backend**: Python, FastAPI, SQLAlchemy, PostgreSQL, cryptography
**Frontend**: Python, FastAPI, Jinja2, HTML, CSS, JS
---
## Screenshots








**Made with ❤️**