This is my first Cryptosystem.You must enter word what you want to encrypt and key word.This program convert that all words to ASCII values and key word last character ASCII value add for what you enter word.Then again subtract 127 and again convert that values to character and print. When we want to decrypt that encrypt word this program do "Converse" of encrypt hang. This is My First Cryptosystem and I use it Java language. import java.util.*; public class Security{ public static void main(String args[]){ Scanner td = new Scanner(System.in); System.out.println(" If you want to Encrypt press 1 "); System.out.println(" If you want to Decrypt press 2 "); System.out.print(" Enter nu...
I'm a senior software engineer. I'm trying to share my day with you because I think it will help me express my feelings.