diff options
| author | cassio <cassiopc@gmail.com> | 2018-08-27 12:11:09 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2018-08-27 12:11:09 +0000 |
| commit | 8f3d351b689a0988a906c10ae003528b5980f9bd (patch) | |
| tree | 258f898558dcb37a6f739d46ecefb94bd74d2c08 /tools | |
| parent | aa9b235580570fbceb61ca828789c3379d813834 (diff) | |
| download | boca-8f3d351b689a0988a906c10ae003528b5980f9bd.tar.gz boca-8f3d351b689a0988a906c10ae003528b5980f9bd.zip | |
pass len iv
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/boca-auth-runs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/boca-auth-runs b/tools/boca-auth-runs index 111d285..0f8c630 100755 --- a/tools/boca-auth-runs +++ b/tools/boca-auth-runs @@ -58,6 +58,7 @@ if [ "$?" == "0" ]; then a="" ivv="" iv=$(head -n1 "$temp" | cut -d':' -f1) + clen=$(head -n1 "$temp" | cut -d':' -f2) tail -n +2 "$temp" > "${temp}.0" rm -f "$temp" for ((i=0;i<32;i++));do a="$a`printf %02X \'${ress:$i:1}`"; done |