Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.36 KB | None | 0 0
  1. keys[$SECONDCOUNTER]=$(printf '%08X' $COUNTER)
  2.     ciphertext[$SECONDCOUNTER]=$(./ml/encrypt -s ${keys[$SECONDCOUNTER]} E6150B6BDEF7018D)
  3.  
  4.     if [ $(( $SECONDCOUNTER % 50000 )) -eq 0 ]; then
  5.         printf "%s %s\n" "${keys[@]}" "${ciphertext[@]}"> file.txt
  6.         #echo $key " " $ciphertext >> ./28bit/28_encrypt.txt
  7.         echo "Chiavi trovate: "$COUNTER
  8.         let SECONDCOUNTER=0
  9.     fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement