Changeset 364
- Timestamp:
- 23.02.2010 17:11:15 (5 months ago)
- File:
-
- 1 edited
-
tools/ruby-script-encrypt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/ruby-script-encrypt
r363 r364 2 2 # vi: set fileencoding=utf-8 : 3 3 =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 6 outputs another script, which decrypts the containing cipher 7 and runs the code. 8 Disclaimer: This was written just for fun and may contain 9 meaningless use of cryptography. If you can not stand it, 10 send complains to henning on the honerable orgizm.net server 12 11 =end 13 12 ARGV[0] ? nil: ($stderr<<"#{$0} <script>\n";exit); %w[base64
Note: See TracChangeset
for help on using the changeset viewer.

