差分

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

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

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン 両方とも次のリビジョン
crypt:xor [2012/02/18 05:08]
kikuzou
crypt:xor [2013/06/12 02:31]
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
行 82: 行 86:
 https://DidierStevens.com https://DidierStevens.com
 </file> </file>
 +
 +===== XORStrings  =====
 +  * [[http://blog.didierstevens.com/2013/04/15/new-tool-xorstrings/|New Tool: XORStrings « Didier Stevens]]
 +
  
  
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