Mono Alphabetic Encryption and Decryption Program in Java
filed under Encryption And Decryption
Encryption and decryption using monoalphabetic algorithm using Java Program.
Caesar cipher Encryption and Decryption Program in Java
filed under Encryption And Decryption
Caesar cipher, also known as Caesar\'s cipher, the shift cipher, Caesar\'s code or Caesar shift, is one of the simplest and most widely known encryption techniques. Here is a sample program to encrypt and decrypt plain text in cipher text using Caesar Cipher in Java.
How to connect database in java
filed under Java - Core
Database connection in java and retrieve data from the database.