Python Question
Which of the following concerning character encryption and
decryption is/are correct?
Please choose All correct answer(s). Note: At least one of them
is correct.
Refer to Cybersecurity.ipynb, Which of the following concerning character encryption and decryption is/are correct? Please choose All correct answer(s). Note: At least one of them is correct. cc_decrypt_character(cc_encrypt_character("A", 123), cc_n - 123) returns "A" cc_decrypt_character(cc_encrypt_character("A", 123), 123) returns "A" cc_decrypt_character(cc_encrypt_character("A", cc_n), cc_n) returns "A" cc_decrypt_character(cc_encrypt_character("A", cc_n - 123), 123) returns "A" cc_encrypt_character(cc_decrypt_character("A", 123), 123) returns "A"
Python Question Which of the following concerning character encryption and decryption is/are correct? Please choose All
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am