Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption method #47

Open
Ryuno-Ki opened this issue Oct 2, 2024 · 1 comment
Open

Encryption method #47

Ryuno-Ki opened this issue Oct 2, 2024 · 1 comment
Assignees

Comments

@Ryuno-Ki
Copy link
Member

Ryuno-Ki commented Oct 2, 2024

Laut Doku verschlüsselt Laravel mit bcrypt. Die .env zeigt bei mir einen niedrigen zweistelligen Betrag.

Haben wir die Möglichkeit einen stärkeren Algorithmus zu wählen?

@Ryuno-Ki Ryuno-Ki added the question Further information is requested label Oct 2, 2024
@Ryuno-Ki Ryuno-Ki added this to the Authentifizierung milestone Oct 2, 2024
@stevenobird
Copy link
Contributor

stevenobird commented Oct 3, 2024

Argon 2 wird explizit in der Doku erwähnt - hier kann man ein paar Parameter pro Aufruf des Hashings nutzen.

Wenn man per php artisan config:publish hashing die Config Datei published, kann man aus folgenden "Treibern" (also Algorithmen) wählen:

  • bcrypt
  • argon
  • argon2id

Die Default Config, die bei diesem publishing Vorgang vom vendor in das config Verzeichnis kopiert wird (damit es Teil des Repositories ist), kannst du hier einsehen.

@Ryuno-Ki Ryuno-Ki removed the question Further information is requested label Oct 4, 2024
@Ryuno-Ki Ryuno-Ki moved this to Backlog in Eventguru Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants