Skip to content

Instantly share code, notes, and snippets.

@youhey
Created September 20, 2012 03:14
Show Gist options
  • Save youhey/3753759 to your computer and use it in GitHub Desktop.
Save youhey/3753759 to your computer and use it in GitHub Desktop.
salt係数のリストをもとに、Perlのcrypt関数の動作を確認
perl -ane 'printf("%s\n", crypt("opensesame", $F[0]))' salt.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment