Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
LSB Steganography function
Browse files Browse the repository at this point in the history
This function is capable of Encoding and Decoding using LSB Steganography

Fixes openfaas#79

Signed-off-by: Rafael Passos <[email protected]>
  • Loading branch information
auyer committed Apr 27, 2019
1 parent fec2bcf commit f3bf07a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,18 @@
"labels": {
"com.openfaas.ui.ext": "jpg"
}
},
{
"title": "LSB Steganography",
"description": "LSB steganography encoding/decoding on base64 images",
"images": {
"x86_64": "auyer/fn-steganography"
},
"name": "steganography",
"repo_url": "https://github.com/auyer/fn-steganography",
"labels": {
"com.openfaas.ui.ext": "json"
}
}
]
}

0 comments on commit f3bf07a

Please sign in to comment.