Python1 Min Read LetuscrackonMay 24, 2025 Alphabet Matrix – Encryption Alphabet Matrix – Encryption: The program must accept a character matrix of size 5×5 containing unique lowercase…
Python1 Min Read LetuscrackonApril 12, 2025 Alphabet Shift Encryption – String Alphabet Shift Encryption – String: The program must accept a string S containing only alphabets and L integers as…
C Python2 Min Read LetuscrackonJune 9, 2024 Message Encryption To encrypt messages Jil will first decide on the number of columns C to use. Then Jil will pad the message with letters chosen randomly so…
C1 Min Read LetuscrackonJune 9, 2024 Shift Encryption Anmol wants to encrypt the message which is to be sent to his business partner.Binamol, so he shifts every alphabet by X positions…
C2 Min Read LetuscrackonJune 8, 2024 Sean's Encryption Quest! One day Sean’s friend John wanted him to encrypt a few messages that were to be sent via a TELEGRAM group, so that everyone could see…
Python2 Min Read LetuscrackonJune 8, 2024 Three Squares Encryption The program must accept two string values S1 and S2 as the input. The string S1 represents a message to be…