Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this message-----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-----
Post Follow-up to this message"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
Post Follow-up to this messagegaby@ieee.org (Gabriel Belingueres) wrote in message news:<94960961.04031610 08.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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.