My first educational project written in pure Java using standard libraries included in JDK 17. The application works with the Caesar cipher. The cryptographic alphabet is based on all the letters of the Russian alphabet. Using this application, you can encrypt/decrypt text in Russian using the Caesar cipher, as well as crack the text encrypted in this way using brute force or statistical analysis.
JDK 17