From f3bf07a87bcdf60367b40314a7e16370a99b2af9 Mon Sep 17 00:00:00 2001 From: Rafael Passos Date: Sat, 27 Apr 2019 13:35:28 -0300 Subject: [PATCH] LSB Steganography function This function is capable of Encoding and Decoding using LSB Steganography Fixes #79 Signed-off-by: Rafael Passos --- functions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/functions.json b/functions.json index 64a49e8..505f8b1 100644 --- a/functions.json +++ b/functions.json @@ -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" + } } ] }