-
**Problem**
- We use Python cryptography.Fernet.
- bcrypt on the database level might be better.
**Solution**
- Enable bcrypt encryption on database for `odk_token` value.
- Write a migrati…
-
**Overview**
SHA256-s time is over and a person with an access to Citizen OS database can figure out the actual password with a reasonable effort.
**TODO**
- [ ] Use `bcrypt` OR something els…
tiblu updated
2 weeks ago
-
## Story
As an admin, I need to securely access the system to manage curriculum content.
## Objective
Set up a secure admin user model to store and authenticate admin credentials.
## Requireme…
-
### What feature do you want to see added?
Dear AuthMe developers,
I believe it would be much better to switch the default password hashing algorithm from SHA-256 to ARGON2 or BCRYPT, and implemen…
-
I will add,
- JWT tokens such as access and refresh tokens for session management
- Bcrypt for password encryption and decryption
**User Authentication**
- **Routes:**
- `POST /api/auth/regist…
-
Have a lot of difficulties installing bcrypt for ubuntu. The issue occurs on bcrypt compilation step.
-
Hi, I installed Radicale from apt. I followed the documentation, the configuration is basically the default:
```
# -*- mode: conf -*-
# vim:ft=cfg
# Config file for Radicale - A simple calendar serv…
-
this is really insecure, why would you store the passwords in plain text in a mongo db? it is currently not really usable as a real password manager.
I suggest at least encrypting the passwords wit…
-
The code to generate an OpenSSH-compatible encrypted private key might go something like:
```
k, err := BcryptPbkdfKey([]byte(passPhrase), []byte(opts.Salt), int(opts.Rounds), 32+16)
if err != …
-
**Describe the bug**
DOWNLOAD TIMEOUTS IN YOUR SCRIPT >:(
HOW TO FIX?
DL MANUALLY...
UNPACK TAR IN WHICH DIRECTOR ? ? ? ?
**linux Distribution (please complete the following informat…