Changeset 364


Ignore:
Timestamp:
23.02.2010 17:11:15 (5 months ago)
Author:
henning
Message:

ruby-script-encrypt: comment format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ruby-script-encrypt

    r363 r364  
    22# vi: set fileencoding=utf-8 : 
    33=begin 
    4         This  script  encrypts  another  one  with  256 Bit AES, 
    5         "swordfish" (the marx one)  as password and  zero IV and 
    6         outputs another  script,  which decrypts the  containing 
    7         cipher and runs the code. 
    8         Disclaimer:     This was  written just  for fun  and may 
    9         contain meaningless use of cryptography.  If you can not 
    10         stand it,  send complains  to henning  on the  honerable 
    11         orgizm.net server. 
     4   This  script  encrypts  another  one  with  256 Bit  AES, 
     5"swordfish" (the marx one)  as  password  and  zero  IV  and 
     6outputs another script, which decrypts the containing cipher 
     7and runs the code. 
     8   Disclaimer: This was written just for fun and may contain 
     9meaningless  use of cryptography.  If you can not  stand it, 
     10send complains to henning on the honerable orgizm.net server 
    1211=end 
    1312ARGV[0] ? nil: ($stderr<<"#{$0} <script>\n";exit); %w[base64 
Note: See TracChangeset for help on using the changeset viewer.