Merge Simpsonblog.letsdev.me·Sep 2, 2024비밀번호 암호화와 가변솔트와 반복해싱(Dynamic Salting and Iterative Hashing), 그리고 푸린비밀번호를 단방향 암호화하는 이유 사이트를 만드는 누구나 당신의 비밀번호를 볼 수 있다면 <회원가입의 역습: 당신이 직접 준 비밀번호>, 2024 생각해 볼게요. 제가 만든 사이트에 여러분이 접속해서 회원가입을 합니다. 여러분은 아마 평소에 자주 사용하는 계정과 비밀번호가 있을 거예요. "그리고 그걸 저에게 주겠죠." 제가 만든 유익하거나 댕쩌는 재미를 주는 사이트를 이용하려고 회원가입을 할 테니까요. 당신의 메일을 도용하기 저는 이...10 likes·130 readsAbout Passwords (Korean)password encoder
Stefan Skorpenblog.skorp.io·Apr 10, 2023Reset password via email with Supabase and SveltekitSupabase offer a method to reset your password via email. Most guides I found online skips the part where you detect the event from supabase and securely check that the user is allowed to change password. In the documentation it says that you can use...1.2K readssupabase
Himangshu Kalitahimangshukalita.hashnode.dev·Feb 11, 2023Walkthrough of FormsHTML Form: A portion of a page known as an HTML form contains controls including text fields, password fields, checkboxes, radio buttons, a submit button, menus, etc. An HTML form makes it easier for the user to input data like name, email address,...35 readsforms
shamnad sheriefshamnadsherief.hashnode.dev·Jan 31, 2023Solving the Git Error: "Support for password authentication was removed on August 13, 2021"Git is one of the most popular version control systems in use today, and it allows developers to track changes to their code, collaborate with others, and manage their software development workflows. However, from time to time, users may encounter is...311 readsGitHub
Brian Budbrianbud.hashnode.dev·Sep 27, 2022How to change MongoDB Admin PasswordI accidentally pushed my MongoDB admin password to GitHub because I didn't save my passwords/secrets inside a .gitignore folder. I couldn't easily find a tutorial or blog on how to change my MongoDB admin password, so I hope this can help someone els...39 readsMongoDB
Ajmal Bin Nizamajmalbinnizam.hashnode.dev·Sep 22, 2022Chrome and Edge spellcheckers are sending passwords to Google and Microsoft serversAn information security research team has discovered that the Chrome and Edge browsers’ spellchecking tools send passwords from various websites to Google and Microsoft,Neowin reports. The Otto-js security analysts found the Microsoft Editor in Edge ...technology