You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 thepkcs12
, which seems not to be a part ofcryptonite
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
The text was updated successfully, but these errors were encountered: