We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When selecting the Atbash cipher from the menu, the cipher name is set to Caesar, rather than AtBash.
Switching the cipher type using the toggle option between Caesar and Atbash correctly sets the cipher type to Atbash
The text was updated successfully, but these errors were encountered:
Fixed cipherName not setting correctly when opening Atbash cipher toe…
64d9a13
…bes#554
SuperIronDragon
No branches or pull requests
When selecting the Atbash cipher from the menu, the cipher name is set to Caesar, rather than AtBash.
![Screenshot 2024-08-23 at 12 58 18 PM](https://private-user-images.githubusercontent.com/48812177/361009169-e002033a-766a-4694-84fa-a000e19031ca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MzA2MjksIm5iZiI6MTczOTgzMDMyOSwicGF0aCI6Ii80ODgxMjE3Ny8zNjEwMDkxNjktZTAwMjAzM2EtNzY2YS00Njk0LTg0ZmEtYTAwMGUxOTAzMWNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDIyMTIwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNiMWQzMmE0NTNhYTUxN2RlZTNhZTRmMThiYWE5MjZjYTkwZTEzZWMyNmU5NjA0ZGVjMmVmN2Q4YzQ3Zjk4YTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.He0wEm0RAguevm_vb-xx7DAr7b9nv9KN7tO-rMTiFDY)
Switching the cipher type using the toggle option between Caesar and Atbash correctly sets the cipher type to Atbash
![Screenshot 2024-08-23 at 1 06 39 PM](https://private-user-images.githubusercontent.com/48812177/361009812-d8b631a3-949d-449f-87e4-c9e75cbcd971.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4MzA2MjksIm5iZiI6MTczOTgzMDMyOSwicGF0aCI6Ii80ODgxMjE3Ny8zNjEwMDk4MTItZDhiNjMxYTMtOTQ5ZC00NDlmLTg3ZTQtYzllNzVjYmNkOTcxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDIyMTIwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYzNWRkN2MzNzNhZjFlZjg5Y2I1YzJiNDdmYjRhMGZkMDYzYWI4ODhmZWNmMmZjMDlhNDFiYWM3N2NmNDcwYmUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Y8sZNdyHC7KK6ZvcFmF9ae82Z92QACm7gqA4IkOzfZ8)
The text was updated successfully, but these errors were encountered: