[CSV format] output secret in base32 instead of HEX
[Date Prev][Date Next] [Thread Prev][Thread Next][CSV format] output secret in base32 instead of HEX
- From: "Vibert, Florent" <fvibert [at] hidglobal.com>
- To: "python-pskc-users [at] lists.arthurdejong.org" <python-pskc-users [at] lists.arthurdejong.org>
- Subject: [CSV format] output secret in base32 instead of HEX
- Date: Wed, 20 Sep 2017 15:28:07 +0000
Hello Arthur At HID we use more and more the python-pskc tool to convert some of our PSKC into CSV and we would be happy to export more format. For example we recently had to deal with a CSV including secret parameter into base32 format instead of hex.
So we reworked the .csv file more or less manually but at the end of the day it would be more efficient to have It directly from the tool with a new command line parameter like -- secretformat hex : current format base32 : for base32 RFC3548
format (For base32 I used python base64.b32encode
function to get what I wanted) base64 : for base64 RFC3548
format …. Do you think this is something you could integrate in next version ?
|
-- To unsubscribe send an email to python-pskc-users-unsubscribe@lists.arthurdejong.org or see https://lists.arthurdejong.org/python-pskc-users/
- [CSV format] output secret in base32 instead of HEX, Vibert, Florent
- Re: [CSV format] output secret in base32 instead of HEX,
Arthur de Jong
- RE: [CSV format] output secret in base32 instead of HEX,
Vibert, Florent
- Re: [CSV format] output secret in base32 instead of HEX, Arthur de Jong
- RE: [CSV format] output secret in base32 instead of HEX,
Vibert, Florent
- Next by Date: Re: [CSV format] output secret in base32 instead of HEX
- Next by thread: Re: [CSV format] output secret in base32 instead of HEX