募捐 9月15日2024 – 10月1日2024 关于筹款

Password authentication for web and mobile apps

Password authentication for web and mobile apps

Dmitry Chestnykh
你有多喜欢这本书?
下载文件的质量如何?
下载该书,以评价其质量
下载文件的质量如何?

Authenticating users with passwords is a fundamental part of web and mobile security. It is also the part that’s easy to get wrong. This
book is for developers who want to learn how to implement password
authentication correctly and securely. It answers many questions that
everyone has when writing their own authentication system or learning a framework that implements it.


Store passwords securely


  • What is the best password hashing function for your app?
  • How many bytes of salt should you use?
  • What is the optimal password hash length?
  • How to encode and store hashes?
  • When to pepper and encrypt hashes and how to do it securely?
  • How to avoid vulnerabilities in bcrypt, PBKDF2, and scrypt, and which Argon2 version to use?
  • How to update password hashes to keep up with Moore’s law?
  • How to enforce password quality?

Remember users


  • How to implement secure sessions that are not vulnerable to timing attacks and database leaks?
  • Why is it a bad idea to use JWT and signed cookies for sessions?
  • How to allow users to view and revoke sessions from other devices?

Verify usernames and email addresses


  • How to verify email addresses and why is it important? How Skype failed to do it and got hacked.
  • How to avoid vulnerabilities caused by Unicode?
  • How to disallow profanities and reserved words in usernames?

Add multi-factor authentication


  • How to implement two-factor authentication with TOTP and WebAuthn/U2F security keys
  • How to generate recovery codes? How long should they be?
  • How to rate limit 2FA and why not doing it breaks everything?

Also…


  • How to create accessible registration and log in forms?
  • How to use cryptography to improve security and when to avoid it?
  • How to generate random strings that are free from modulo bias?

The book applies to any programming language. It explains concepts and algorithms in English and provides references to relevant libraries for popular programming languages.

年:
2020
出版社:
Independently published
语言:
english
页:
142
ISBN 10:
8649303099
ISBN 13:
9798649303095
文件:
EPUB, 973 KB
IPFS:
CID , CID Blake2b
english, 2020
线上阅读
正在转换
转换为 失败

关键词