Загрузка...

Lesson - 02 : Web Security - Digest Authentication

1. To apply security for a servlet or a jsp we have two approches 1. By the programmer 2. By the Container 2. Declarative Security Models 1. Basic Authentication 2. Digest Authentication 3. Form Based Authentication 4. Client Certificate Authentication Digest Authentication 1. The basic authentication can use the encode algorithm is base 64 algorithm. This algorithm is encode the username and password. 2. The base 64 algorithm is hacking is possible more. 3. Digest authentication uses the algorithm is Hashing algorithm name is called MD5. 4. The hashing algorithm hacking is difficult. 5. There is no difference between basic and digest there is a small difference is algorithm. 6. Java not support the digest algorithm Sample Projects : https://github.com/SadaLearningHub1/JSP-Projects

Видео Lesson - 02 : Web Security - Digest Authentication автора Java Boost: ускорьте свой прогресс
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки