You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small application created for the JS course from Przeprogramowani.pl. You can encrypt any message in Latin script. The system uses ROT13 encryption, which means it shifts each letter of the Latin alphabet by 13 characters. Special characters and numbers remain unchanged. In order to decrypt the message, it is enough to enter the encrypted vers…