[solved]-Use Java Php Create Cryptography Program Using Polyalphabetic Polygraphic Hash Function En Q39001715
Use JAVA or PHP Create a cryptography program usingpolyalphabetic or polygraphic with hash-function to encrypt anddecrypt the digest should be fixed length no matter the inputexamples
Would you like to encrypt or decrypt choose one
1. Encrypt
2. Decrypt
Would you like to Continue Y/N
if a user choose Yes should loop back else terminate program
input:ABC > hash functions > output: zbc3 d3lf
input: Cats and dogs > hash functions > output: ac6qppsh
input: laptops > hash functions > output: 8rtgkxwm
it should have a fixed length of the digest or output.
Expert Answer
Answer to Use JAVA or PHP Create a cryptography program using polyalphabetic or polygraphic with hash-function to encrypt and decr… . . .
OR

