差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン 両方とも次のリビジョン
crypt:xor [2012/02/18 05:08]
kikuzou
crypt:xor [2012/02/18 10:37]
kikuzou
行 27: 行 27:
 import sys import sys
 from xortools import single_byte_xor from xortools import single_byte_xor
 +
 +if len(sys.argv) == 1:
 +  print "usage: " + __file__ + " filename"
 +  sys.exit()
  
 key = 0 key = 0
crypt/xor.txt · 最終更新: 2014/05/07 02:32 by kikuzou
 
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki