/
githubmirror
/
clevis
Обзор
Документация
Войти
/
githubmirror
/
clevis
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1
test-pin-test
10 строк
218 B
Nathaniel McCallum
Consolodate source files
01 ноя 2016, 22:42
01 ноя 2016, 22:42
5411087
Код
Авторство
О чём код?
#!/bin/sh -x trap 'exit' ERR e=`echo hi | ./clevis-encrypt test '{"fail": false}'` d=`echo $e | ./clevis-decrypt` test "$d" == "hi" e=`echo hi | ./clevis-encrypt test '{"fail": true}'` ! echo $e | ./clevis-decrypt