/fsef

Primary LanguageGoMIT LicenseMIT

$PASSWORD_MANAGER_NAME Core

$PASSWORD_MANAGER_NAME Core is the Backend Infrastructure for $PASSWORD_MANAGER_NAME products.

$PASSWORD_MANAGER_NAME core prefers to run in unix 🐧 machine

$PASSWORD_MANAGER_NAME Products

1. $PASSWORD_MANAGER_NAME CLI.

2. $PASSWORD_MANAGER_NAME Hub.

3. $PASSWORD_MANAGER_NAME Web Extension.

Security

1. $PASSWORDMANAGER_NAME uses The Advanced Encryption Standard (AES) encryption algorithm with Galois/Counter Mode (GCM) symmetric-key cryptographic mode. Passwords encrypted with AES can only be decrypted with the passphrase defined in the _config.yml file.

2. Endpoints are protected with security middlewares against attacks like XSS.

3. Against SQL injection, $PASSWORD_MANAGER_NAME uses Gorm package to handle database queries which clears all queries.

4. There is rate limiter for signin attempts against brute force attacks.