30 lines
552 B
JSON
30 lines
552 B
JSON
{
|
|
"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"
|
|
}
|