View Single Post
  #5  
Old 04-16-2015, 04:14
nikkapedd nikkapedd is offline
VIP
 
Join Date: Mar 2011
Location: ::Bratva::
Posts: 284
Rept. Given: 275
Rept. Rcvd 153 Times in 67 Posts
Thanks Given: 210
Thanks Rcvd at 284 Times in 116 Posts
nikkapedd Reputation: 100-199 nikkapedd Reputation: 100-199
-verfmt prints in old format and prints errors when
is newer than specified.
Code:
Here a full example...
usage: lmcrypt [-i infile] [-o outfile] [-e errfile] [-longkey]
        [licenses ...] [-r] [-verfmt ver] [-decimal] [-maxlen n] [-help]
   [-r]     Print copyright notice.
   [-help]  Display usage information.
   If no input file, or if specified as - or stdin, stdin is used.
   If no output file, or if specified as - or stdout, stdout is used.
   If no error file, or if specified as - or stderr, stderr is used.
   licenses are read and written back in place.
   If no arguments, reads stdin and writes stdout.

   -verfmt prints in old format and prints errors when
   is newer than specified. Version formats are 2-5, 5.1, 6, 7 and 7.1

[-longkey]-->> it makes 16 characters in the standard lic and 16 in the SIGN
Git, if you write [-longkey] in the script, and SIGN="0" in the template, the crypter write 16 characters, without filling with zeros the SIGN like this--> SIGN=0000000000000000

Last edited by nikkapedd; 04-16-2015 at 04:20.
Reply With Quote