What encryption is being used to encrypt the password
Hey devs,
I am trying to create my own installer in python to install homarr i have question what encryption method is being used to encrypt the password and how salt is decided while encryption ?
Thank you
Solution:Jump to solution
Hi @Gojo , we use bcrypt. Salt generation can be found here:
https://github.com/ajnart/homarr/blob/b51fcdb3424678d1bd22d9d6297158a657e07463/src/server/api/routers/user.ts#L415...
GitHub
homarr/src/server/api/routers/user.ts at b51fcdb3424678d1bd22d9d629...
Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr) - ajnart/homarr
4 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Solution
Hi @Gojo , we use bcrypt. Salt generation can be found here:
https://github.com/ajnart/homarr/blob/b51fcdb3424678d1bd22d9d6297158a657e07463/src/server/api/routers/user.ts#L415
GitHub
homarr/src/server/api/routers/user.ts at b51fcdb3424678d1bd22d9d629...
Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr) - ajnart/homarr
Thank you so much manicraft 😄
Can I mark this as resolved?