:confused:Hai,
Iam porting Pure C Code AES Algorithm to the Symbian 60 2nd Edition application.My application is about Encryption and decryption of contacts in PhoneBook.Everything is fine for me...
Type: Posts; User: jennie; Keyword(s):
:confused:Hai,
Iam porting Pure C Code AES Algorithm to the Symbian 60 2nd Edition application.My application is about Encryption and decryption of contacts in PhoneBook.Everything is fine for me...
Hai wizard hu,
now its working.But how to use fprintf(having const char* parameter).If I typecast to unsigned char* printing nothing to the File.
Hai wizard hu,
I use fopen(included stdlib) but the emulator crashes with KERN-EXEC3 at the line fopen.
Hai,
I want to write unsigned char* data to a File.Without Typecasting to Symbian datatypes.Is it possbile?Pls help me.
pls help me.
Hai Ram,
I created the file as follows.But iam getting the text ina single line only.How to write the text line by line.
TInt iPos=0;
RFs fs;
RFile file;
fs.Connect();
int ierrOpen =...
Hai,
I created a LogFile in Container1.Now I want to open that LogFile in Container2and read the data from it.How to do this?
Hai Lauri,
I Followed the same Procedure stated by U but malloc() function is not supported.Pls help me .
Hai,
Iam Porting Pure C Code to Symbian c++ Application.I changed the memset to Mem::Fill, malloc to User::Alloc memcpy to Mem::Copy ,free to User::free .
Any Problem with this ? or Am I...
Hai,
s On Emulator and on the device also I created LogFile.When I right click the Filemanager on the machine Iam able to see the LogFile.But on the device I want that LogFile.I downloaded that...
Iam trying to create LogFile in Nokia Folder.Is it possible.Because I want to see the LogFile in the Device also.If I create the LogFile in Logs Folder not able to see the LogFile on the device.If I...
Hai Shilpa,
I add the follwing code to my Containers Constructer,flogger.h and flogger.lib to the.mmp File.But not able to create the Log File.Anything wrong?
Hai,
Iam using S60_2nd_FP3 SDK,Carbide c++(Express Edition).I want to debug on the Nokia Device.But the debugging isnot supporting on the device.So,I want to create a Log File and write all the...
Hai Jitendra,
I changed the code as follows.Though replacing the previous Text.Only Iam able to see the Last Field Text in the File.How to get all the Fields Text to the same File?
Hai Wizard hu,
What is the solution for this?What to take instead of unintialized arrays?
Please see the code in Red Color,Iam getting the text of each Contact field and encrypting.After Encryption Iam creating a file and write the Encrypted data to the File as follows.
File is...
Please help me.....Iam seeing this error from the Last week but unable to get.
In Container1 Iam Encrypting the contacts and in Container2 Iam Decrypting the contacts.Pls see the code for both Encryption and Decryption.While Encryption all contacts are getting encrypted but...
Hai Wizard hu,
I already did that,Get the Password length and set it as
and
If u got any idea pls help me.
Hai Wizard hu,
Iam passing the EPassword to PBKDF2.PBKDF2 is used to derive a key and store it in DKey.This DKey(Derived Key) is passed to KeyGen to generate a Key.This Generated...
Hai wizard hu,
Thanks for ur reply.
I changed the code as follows.But still facing the same problem.
In Container1.cpp
For Encryption deriving a key using PBKDF2(Password based key derivation function) and passing the key for KeyGen Function and using the key for Encryption.
In Container2.cpp...
Hai,
From the link http://wiki.forum.nokia.com/index.php/Progress_and_wait_notes, I copied the same code to my application.Iam reading each field of contacts and encrypting them and commiting to...
Hai Yucca,
When I add the Bitmaps to the myapplication.mmp File Iam getting the error as
FATAL ERROR: ERROR: Duplicate bitmap target "Z\SYSTEM\APPS\myapplication.\myapplication..MBM"
Hai Yucca,
I want to use the icons used in aknExList(ListBox) Sample in S60_2nd_FP3 SDK.I copied the bitmaps(checkBoxes) used in that example to my application and added to...