-
Notifications
You must be signed in to change notification settings - Fork 145
solution for pkcs12 parsingΒ #137
Description
Hi
I'm very new to the field of crypto so please take it easy on me if i ask dumb questions, i'm here to learn :)
I'm however not new to haskell, so hopefully my questions will make some sense.
I've noticed there is no solution for parsing pkcs12
in haskell land except for this repo (https://github.com/tkawachi/pkcs12-hs), which claims it's not working yet and looks to be abandoned.
I discovered cryptonite
and it seems to satisfy my crypto needs except for the pkcs12
, which seems not to be a part of cryptonite
I need an ability to parse pkcs12
and I know that i can do this using external languages/tools, but i'd like to do this in native haskell. I'm curious if anyone can give me an advice as to how I can move forward.
I have no problems with rolling up my sleeves and work on the abandoned repo and create a working solution out of it or even start from scratch, but i can't help but wonder whether there is a more efficient way.
If anyone has any info on this, please chime in
Thanks
Alex