Any ideas?
by 0x1791 - Thursday June 29, 2023 at 10:20 PM
#1
So I'm working on my website which will be using Flask for backend, and ElectronJS for the frontend.
I've been trying to write a good function for hashing the being sent to the database (i.e usernames & passwords).
Any ideas on how I would compare hashes to verify the login credentials? I've been told this is more secure and faster than dehashing them at every login.

If anyone has any better ideas or suggestions feel free to post them below.
Reply
#2
ask chatGPT for best secure coding practices
Reply
#3
(06-29-2023, 10:21 PM)DOJ Wrote: ask chatGPT for best secure coding practices

Fuck GPT
Reply
#4
Use bcrypt. See https://www.geeksforgeeks.org/password-h...-in-flask/.
Reply
#5
(06-29-2023, 10:20 PM)0x1791 Wrote: So I'm working on my website which will be using Flask for backend, and ElectronJS for the frontend.
I've been trying to write a good function for hashing the being sent to the database (i.e usernames & passwords).
Any ideas on how I would compare hashes to verify the login credentials? I've been told this is more secure and faster than dehashing them at every login.

If anyone has any better ideas or suggestions feel free to post them below.

bcrypt is specifically designed to very very hard to crack. For simple passwords I was testing, it took several hours.
Ban reason: Spamming | Contact us via http://raiddfzn73ir6iyxlf7nwytnujiflddog...on/contact if you feel this is incorrect. (Permanent)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Script To Steal Any TikTok Username bs0d 301 14,630 03-27-2026, 03:56 PM
Last Post: tokon308222
  ✨ [TUTORIAL] MAKE A PHISHING PAGE⚡STEAL LOGIN CREDENTIALS FROM ANY WEBSITE ✨ MINDHUNTER 271 17,193 02-05-2026, 05:22 PM
Last Post: Raiii
  Any good Windows sandboxes? swag 2 472 01-20-2025, 09:44 AM
Last Post: monalisa
  Any suggestions for anonymously hosting code? darkwurm 2 504 01-07-2025, 11:53 AM
Last Post: DredgenSun
  Is there any AI for Images (LEWD) ? which is like stable defusion or something? YuQie 4 1,510 04-15-2024, 07:13 AM
Last Post: amdd



 Users browsing this thread: 1 Guest(s)