Explaining Keystores | Part 2 - JCEKS

preview_player
Показать описание
JCEKS (Java Cryptography Extension KeyStore) is an alternative to the JKS Keystore.

When strong cryptography was introduced into Java, the legacy JKS keystore with its "SHA-1 and XOR" encryption method was replaced by JCEKS, which uses Triple-DES (3DES) encryption to protect serialized keys when they are written to disk. There is a lot of JCEKS still around. So how exactly does the encryption work?

References:

/////
/////

Cryptosense CEO Dr. Graham Steel was formerly an academic researcher before founding Cryptosense in 2013. His cryptography expertise is the basis for the company's 'Analyzer' technology which allows customers to protect themselves against losing sensitive data.
Рекомендации по теме
Комментарии
Автор

Thanks much Dr. Steel... do you have any videos about the BCFKS?

markbrewster