排序
Java library for AES DUKPT Transaction Encryption
Java library for AES DUKPT Transaction Encryption,Implementation of the ANSI AES DUKPT standard: specified within Retail Financial Services Symmetric Key Management Part 3: Using S...
A new secure-emailing solution made by a 16-year-old!
A new secure-emailing solution made by a 16-year-old!,In 2019 'I was 14 years old back then', I read a lot about privacy, surveillance, and decentralization. Then I've decided to c...
File Stream Encryption with Bouncy Castle
File Stream Encryption with Bouncy Castle,Encryption is a funny thing, it's essential to do and do well , but it well is complicated this is unfortunate since it's so important to ...
Java Socket based chat application with SHA-1 hash encryption
Java Socket based chat application with SHA-1 hash encryption,https://github.com/LalanaChami/Java-Chat-Application-Socket-Java-Swing-GUI- Socket based chat application with a chat ...
Using a Vigenere Cipher to Encrypt Text
Using a Vigenere Cipher to Encrypt Text,The vigenere cipher is a way of hiding your messages that has been around for a long, long time. In fact, it was first described by Giovan B...
Use strong encryption and hashing algorithms in Java
Use strong encryption and hashing algorithms in Java, Java security best practices (3 Part Series) 1 Configure your Java XML-parsers to prevent XXE 2 Avoid Java serialization 3 Use...
How to encrypt a string in Java using RSA and decrypt it in Python
How to encrypt a string in Java using RSA and decrypt it in Python,Recently at work, I was tasked to write a Java program which would encrypt a sensitive string using the RSA encry...
How to Securely Store a Password in Java
How to Securely Store a Password in Java,A previous version of this article confused the process of 'hashing' with the process of 'encryption'. It's worth noting that, while simila...