The mission is in Blocked Mode.
Access to the solutions is blocked for a day or two (even after you share your own), until we'll have enough solutions for you to check.
All users who've solved the mission will get the notifications about their opening.
Take a string from a user and print an encrypted version with the following rules:
1 letter words - transform them into the numeric value in Unicode
2 letter words - transform in a coordinate pair with the numeric value of each coordinate as the position in the alphabet
3 letter words - reverse the order of the letters
4 letter words and larger - change the letter into a letter one value bigger based on Unicode value
Finally, change any spaces to h's and any h's to spaces.
Good luck!
Input:
Str.
Output:
Str.
Example:
encrypt("I hello my passwords are good") == 73hifmmph(13,h25)hqbttxpsetherah ppe
encrypt("I like pickles") == 73hmjlfhqjdlmft
How it’s used:
Encryption is used to send secret messages and keep files secure!
(in beta testing) Launch local server so your browser can use it and sync solution between local file end extension on the fly. (doesn't work for safari)
checkio serv -d
Alternatevly, you can install Chrome extension or FF addon
checkio install-plugin
checkio install-plugin --ff
checkio install-plugin --chromium
Read more here about other functionality that the checkio client provides. Feel free to submit an issue in case of any difficulties.
Welcome to Pair Programming! Engage in real-time collaboration on coding projects by starting a session and sharing the provided unique URL with friends or colleagues. This feature is perfect for joint project development, debugging, or learning new skills together. Simply click 'Start Session' to begin your collaborative coding journey!