simple encryption

Login to reply to this topic.
Wed, 2005-05-25 09:55
Anonymous
Forum posts: 2043
what is the simplest of doing encryption in c60 ?
is there any class available for this created by some1 or article?




 

Wed, 2005-05-25 10:46
Joined: 2004-09-06
Forum posts: 235
Re: simple encryption
Search for REncryptStream. This supports the encryption of a stream.
The "cipher" example in the sdk will make things clear.
Mon, 2005-08-22 11:33
Joined: 2005-08-12
Forum posts: 5
Re: simple encryption
Hi,

Does  NOKIA 6630 have DLLs supported for Cipher example. I am getting some error !!!

Any help is Appreciated ,
Smiley
Sun, 2005-08-28 03:05
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 723
Re: simple encryption
And what is the error?

Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

Wed, 2005-08-31 04:57
Joined: 2005-08-12
Forum posts: 5
Re: simple encryption
Hi,

Thanx. Its working fine for 6630.

I am looking for cryptographic algorithm support for MD5-SHA1. Is there APIs available in Symbian SDK.

Thanx & Regards,

Smiley
Tue, 2005-09-06 12:10
Joined: 2004-12-23
Forum posts: 239
Re: simple encryption
Hi All

I wants to know on which algorithm REncryptStream is based or there some any other API in symbian which is based on some encryption-decryption (standard)algorithms,as I want to send my encrypted file to server so that it can be derypted there easily.
ANy help .
Regards

---------------
Bhatt Kavita

Wed, 2005-09-07 04:51
Joined: 2004-09-06
Forum posts: 235
Re: simple encryption
Use AES (Advanced Encryption Standard.) algorithm,
http://www.newlc.com/article.php3?id_article=842&var_recherche=AES

you can ggogle for equivalent source for your server side for decryption.

Thu, 2005-09-08 10:32
Joined: 2004-12-23
Forum posts: 239
Re: simple encryption
Thanks Vinay
Thanks for this valuable article
Thanks again

---------------
Bhatt Kavita

  • Login to reply to this topic.