Home > Archive > Java Security > March 2004 > encrypting in java, decrypting in VB
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
encrypting in java, decrypting in VB
|
|
| Gabriel Belingueres 2004-03-19, 8:55 pm |
| Hi,
I need some Visual Basic component that allows me to decrypt text and
files encrypted with java through the JCE API. I've searched the WWW
looking for some activex control or dll, but I found that they are
terribly undocumented and I don't know what are exactly their
assumptions about encripted data.
Any help will be greatly appreciated.
TIA
Gabriel
| |
| GianpieroP 2004-03-19, 8:55 pm |
| -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
"Gabriel Belingueres" <gaby@ieee.org> ha scritto nel messaggio
news:94960961.0403151311.7fa915c1@posting.google.com...
| Hi,
|
| I need some Visual Basic component that allows me to decrypt text
| and files encrypted
Try CAPICOM component.
This old com component wraps a lot of
Windows CryptoAPI: probably you can
found what you need.
Go to http://msdn.microsoft.com and search for CAPICOM
download.
An alternative way is to search it with www.google.com.
If you use standard format (pkcs7: *.p7m and *.p7s files)
you will be able encrypt/decrypt from java to vb and viceversa.
Have good luck!
Bye,
GianpieroP
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0
iQA/ AwUBQFYvLJ4sPKh9SaicEQLQYACeNQQaX7PxdMmY
7kku6S/tv+1FWK4An0A2
vGE8N+3Ip7D6NEEfGZ7fJbS2
=/8E/
-----END PGP SIGNATURE-----
| |
| Gabriel Belingueres 2004-03-19, 8:55 pm |
| "GianpieroP" <gianpiero.sicurezza.java@fastwebnet.it> wrote in message news:<Neq5c.7029$t81.5622@tornado.fastwebnet.it>...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> "Gabriel Belingueres" <gaby@ieee.org> ha scritto nel messaggio
> news:94960961.0403151311.7fa915c1@posting.google.com...
> | Hi,
> |
> | I need some Visual Basic component that allows me to decrypt text
> | and files encrypted
>
> Try CAPICOM component.
> This old com component wraps a lot of
> Windows CryptoAPI: probably you can
> found what you need.
>
> Go to http://msdn.microsoft.com and search for CAPICOM
> download.
>
> An alternative way is to search it with www.google.com.
>
> If you use standard format (pkcs7: *.p7m and *.p7s files)
> you will be able encrypt/decrypt from java to vb and viceversa.
>
> Have good luck!
>
> Bye,
> GianpieroP
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 8.0
>
> iQA/ AwUBQFYvLJ4sPKh9SaicEQLQYACeNQQaX7PxdMmY
7kku6S/tv+1FWK4An0A2
> vGE8N+3Ip7D6NEEfGZ7fJbS2
> =/8E/
> -----END PGP SIGNATURE-----
And what about components that calculate hash functions like MD5 or
SHA-1, or MACs like HMAC?
Does anybody knows of some that are compatible with Java JCE? That is,
calculating a digest in java and saving it to a file, then taking the
same calculation from a visual basic application and compare the new
digest with that of the file.
TIA
Gabriel
| |
| GianpieroP 2004-03-19, 8:55 pm |
| gaby@ieee.org (Gabriel Belingueres) wrote in message news:<94960961.0403161008.54643aea@posting.google.com>...
> And what about components that calculate hash functions like MD5 or
> SHA-1, or MACs like HMAC?
http://msdn.microsoft.com/library/d.../hasheddata.asp
> Does anybody knows of some that are compatible with Java JCE? That is,
> calculating a digest in java and saving it to a file, then taking the
> same calculation from a visual basic application and compare the new
> digest with that of the file.
If you use standard files (pkcs*), don't care about compatibility.
GianpieroP
|
|
|
|
|