Instant Java Password and Authentication Security - Helion
Tytuł oryginału: Instant Java Password and Authentication Security
ISBN: 9781849697774
stron: 38, Format: ebook
Data wydania: 2013-11-25
Księgarnia: Helion
Cena książki: 80,91 zł (poprzednio: 89,90 zł)
Oszczędzasz: 10% (-8,99 zł)
Password security is a critical matter when it comes to protecting the interests of application users and their data for a satisfactory user experience. With the advancement in technology, now more than ever, application developers need to be able to implement reliable mechanisms to prevent passwords from being stolen. Java Password and Authentication Security provides a practical approach to implement these reliable mechanisms with the possibility to make password authentication stronger as technology makes it easier to break them.
Java Password and Authentication Security is a practical, hands-on guide covering a number of clear, step-by-step exercises and code examples that will help you to implement strong password authentication solutions for your project in no time.
This book starts off with the most basic and well known hashing technique to quickly get an application developer started with implementing a standard password protection mechanism. Furthermore, it covers the stronger SHA (standard hashing algorithm) family in detail and brings up a technique to improve the hash security with a technique called ,
Osoby które kupowały "Instant Java Password and Authentication Security", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Instant Java Password and Authentication Security. A practical, hands-on guide to securing Java application passwords with hashing techniques eBook -- spis treści
- Instant Java Password and Authentication Security
- Instant Java Password and Authentication Security
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Support files, eBooks, discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Errata
- Piracy
- Questions
- 1. Instant Java Password and Authentication Security
- Creating a simple hash (Simple)
- How to do it...
- How it works...
- Theres more...
- Password recovery
- Creating a strong hash (Simple)
- How to do it...
- How it works...
- There's more...
- Adding salt to a hash (Intermediate)
- How to do it...
- How it works...
- There's more...
- Crazy hashing and salting
- Creating a secure hash (Advanced)
- How to do it...
- How it works...
- There's more...
- Overview
- Rounding up...
- More Info: Hyper Text Transfer Protocol Secure (HTTPS)
- Creating a simple hash (Simple)