encryption共8篇
Java library for AES DUKPT Transaction Encryption-拾光赋

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...
kity的头像-拾光赋kity4年前
0367
A new secure-emailing solution made by a 16-year-old!-拾光赋

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...
kity的头像-拾光赋kity4年前
02112
File Stream Encryption with Bouncy Castle-拾光赋

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 ...
kity的头像-拾光赋kity5年前
03514
Java Socket based chat application with SHA-1 hash encryption-拾光赋

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 ...
kity的头像-拾光赋kity5年前
04211
Using a Vigenere Cipher to Encrypt Text-拾光赋

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...
kity的头像-拾光赋kity5年前
02411
Use strong encryption and hashing algorithms in Java-拾光赋

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...
kity的头像-拾光赋kity6年前
0298
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

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...
kity的头像-拾光赋kity6年前
03214
How to Securely Store a Password in Java-拾光赋

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...
kity的头像-拾光赋kity7年前
0335