Solution to atbash_cipher in Bash

This commit is contained in:
2023-05-09 21:35:43 +02:00
parent 8c3377d92a
commit 2ca6833ba9
7 changed files with 989 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"authors": [
"sjwarner-bp"
],
"contributors": [
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kotp",
"Smarticles101",
"ZapAnton"
],
"files": {
"solution": [
"atbash_cipher.sh"
],
"test": [
"atbash_cipher.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Atbash"
}