|
Message-ID: <20131011143308.GA4142@lonestar> Date: Fri, 11 Oct 2013 20:03:08 +0530 From: Dhiru Kholia <dhiru.kholia@...il.com> To: john-dev@...ts.openwall.com Subject: Re: otp-md5 format On 10/11/13 at 09:47pm, Michael Samuel wrote: > Finally, I wanted advice on how the password file entry should look. > The natural way for s/key would be an OTP extended response, eg > "otp-md5 sa12345 99", followed by the OTP in either hex or words (I > think I'd just do hex). Since that seems unlike the rest of JtR, is > there any other suggestions? The fields are: algorithm, salt, > sequence, otp. How about "$otp-md5$algorithm$salt$sequence$otp" ? $otp-md5$ is the FORMAT_TAG. Maybe we could just use "$otp$" as the FORMAT_TAG here? $ is the separator here and rest of the fields can be arranged according to your actual needs. -- Dhiru
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.