Adcs - Lab QB
Adcs - Lab QB
8. Write a Python program to create a Reverse cipher using a function. The input should be
Plain text passed as one parameter. The output is the cipher text, a complete reverse of the
Plain text.
9. Implement an XOR Cipher using a Python function.
10. The order of an element modulo N is the least positive integer ‘k’ such that a k ≡ 1 mod N.
Find the order of 3, 4, and 5 modulo 101 using a Python function.
11. Implement the RSA Encryption Algorithm using Python PIP.
12. Write a Python program to encode the following string: “Advanced Diploma in Cyber
Security”.
13. Write a Python program to perform the Substitution cipher for the following Plain text:
“Sona College of Technology, Salem”.
14. Write a Python program to determine the strength of a Password depending on the
constraints matching the regular expression.
15. Generate a Fake address with Latitude and Longitude using a Python package.