Re: [go-nuts] Is there any lib like CMSSignedData in GOLANG?

2020-09-10 Thread liuhanlin
https://github.com/jack0liu/pbkdf2


发自我的iPhone

> 在 2020年9月10日,上午2:00,Somporn pongpan  写道:
> 
> Can you share the code or any info for decryption with pkcs7?
> 
>> On Wednesday, June 8, 2016 at 7:51:40 AM UTC+7 18126...@163.com wrote:
>> It's great. 
>> 
>> In fact , I have found some code using pkcs7 to decode,  and it works very 
>> well now.
>> 
>> Thank you very much.
>> 
>> 在 2016年6月8日星期三 UTC+8上午1:59:10,Konstantin Khomoutov写道:
>>> On Tue, 7 Jun 2016 01:21:26 -0700 (PDT) 
>>> 18126...@163.com wrote: 
>>> 
>>> > I don't know the server how to encrypt and signed data, but i have 
>>> > the CMSSignedData class in Java to decode data, the CMSSignedData 
>>> > class is from org.bouncycastle.cms.*, it's contained in the jar 
>>> > "bcpkix-jdk15on-1.52.jar". 
>>> > Is there similar lib in GOLANG, then i can use it to decode the 
>>> > server data easily. 
>>> 
>>> Out of curiosity, I have googled for you, and judging from [1], 
>>> [2] might be a way to go. 
>>> 
>>> 1. 
>>> https://www.bouncycastle.org/docs/pkixdocs1.4/org/bouncycastle/cms/CMSSignedData.html
>>>  
>>> 2. https://godoc.org/github.com/fullsailor/pkcs7
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "golang-nuts" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/golang-nuts/nacJKaX_THw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/97a53860-5580-4b8f-a12f-120e8882fd6fn%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/3B6B3C56-D480-44D9-8585-78F3230BDBE0%40163.com.


Re: [go-nuts] Is there any lib like CMSSignedData in GOLANG?

2020-09-10 Thread liuhanlin
https://github.com/jack0liu/pbkdf2

if it works,thanks for giving a star

发自我的iPhone

> 在 2020年9月10日,上午2:00,Somporn pongpan  写道:
> 
> Can you share the code or any info for decryption with pkcs7?
> 
>> On Wednesday, June 8, 2016 at 7:51:40 AM UTC+7 18126...@163.com wrote:
>> It's great. 
>> 
>> In fact , I have found some code using pkcs7 to decode,  and it works very 
>> well now.
>> 
>> Thank you very much.
>> 
>> 在 2016年6月8日星期三 UTC+8上午1:59:10,Konstantin Khomoutov写道:
>>> On Tue, 7 Jun 2016 01:21:26 -0700 (PDT) 
>>> 18126...@163.com wrote: 
>>> 
>>> > I don't know the server how to encrypt and signed data, but i have 
>>> > the CMSSignedData class in Java to decode data, the CMSSignedData 
>>> > class is from org.bouncycastle.cms.*, it's contained in the jar 
>>> > "bcpkix-jdk15on-1.52.jar". 
>>> > Is there similar lib in GOLANG, then i can use it to decode the 
>>> > server data easily. 
>>> 
>>> Out of curiosity, I have googled for you, and judging from [1], 
>>> [2] might be a way to go. 
>>> 
>>> 1. 
>>> https://www.bouncycastle.org/docs/pkixdocs1.4/org/bouncycastle/cms/CMSSignedData.html
>>>  
>>> 2. https://godoc.org/github.com/fullsailor/pkcs7
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "golang-nuts" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/golang-nuts/nacJKaX_THw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/97a53860-5580-4b8f-a12f-120e8882fd6fn%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/493288F3-7800-4E4B-9599-8B9AEFC07C47%40163.com.


Re: [go-nuts] Is there any lib like CMSSignedData in GOLANG?

2020-09-09 Thread Somporn pongpan
Can you share the code or any info for decryption with pkcs7?

On Wednesday, June 8, 2016 at 7:51:40 AM UTC+7 18126...@163.com wrote:

> It's great. 
>
> In fact , I have found some code using pkcs7 to decode,  and it works very 
> well now.
>
> Thank you very much.
>
> 在 2016年6月8日星期三 UTC+8上午1:59:10,Konstantin Khomoutov写道:
>
>> On Tue, 7 Jun 2016 01:21:26 -0700 (PDT) 
>> 18126...@163.com wrote: 
>>
>> > I don't know the server how to encrypt and signed data, but i have 
>> > the CMSSignedData class in Java to decode data, the CMSSignedData 
>> > class is from org.bouncycastle.cms.*, it's contained in the jar 
>> > "bcpkix-jdk15on-1.52.jar". 
>> > Is there similar lib in GOLANG, then i can use it to decode the 
>> > server data easily. 
>>
>> Out of curiosity, I have googled for you, and judging from [1], 
>> [2] might be a way to go. 
>>
>> 1. 
>> https://www.bouncycastle.org/docs/pkixdocs1.4/org/bouncycastle/cms/CMSSignedData.html
>>  
>> 2. https://godoc.org/github.com/fullsailor/pkcs7 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/97a53860-5580-4b8f-a12f-120e8882fd6fn%40googlegroups.com.