Compare commits
2 commits
584f7b9601
...
a6667d0b63
| Author | SHA1 | Date | |
|---|---|---|---|
| a6667d0b63 | |||
| 0df4cabe4f |
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ function daisy_enc_multi()
|
||||||
function daisy_dec()
|
function daisy_dec()
|
||||||
{
|
{
|
||||||
data=$(cat ${1:-/dev/stdin} | grep -v "#" )
|
data=$(cat ${1:-/dev/stdin} | grep -v "#" )
|
||||||
echo -e "$data" | cut -d "=" -f 2 | cut -b 2- | head -c -1 | base64 -d
|
echo -e "$data" | cut -d "=" -f 2- | cut -b 2- | head -c -1 | base64 -d
|
||||||
}
|
}
|
||||||
|
|
||||||
# Will only take a file and directory, sources it to find all encoded data
|
# Will only take a file and directory, sources it to find all encoded data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue