Hi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks
Murugan k
Posts
-
Encrypt using java and Decrypt with C -
Encrypt with java and decrypt using CHi , I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks in Advance
-
Encrypt text using java and decrypt using CHi I need to encrypt the plan text using AES algorithm in java and decrypt the encrypted text using C.Any please give solution ASAP. Thanks
-
How to add control from userdefined class to dialog window.Hi, I write dialog box application using MFC. my questions is after run the application we are able to view the dialog box there is no problem. when user click the ok button in the dialog box then i have call userdefind class call MYclass. From the MYclass I need to create one ProgressBar control and placed to dialog box. Please clarify me how to create progressBar control from Myclass. Thanks.
-
How can i load CAnimateCtrl to GIF File.Hi , Can u please clarify me how to load the gif file on the CAnimateCtrl picture control using MFC. Thanks
-
How to avoid value repetition in the CListCtrlHi Thomas, How can i call unique before inserting value to list. kindly can you clarify me. Thank.
-
How to avoid value repetition in the CListCtrlHi, I have insert the string value in the CListCtl using InsertItem method. For example. i have able to pupulate following value in the ClistCtl .My problem is how avoid repeted value that is 200. 100 200 200 200 kandly replay me. Thanks.
-
How add RadioButtonList control to GridView Control in C# .NET applictionHi, I need develop an quiz project using GridView Control . I try to include question with RadioButtonList in single cell but i am unable to embeded RadioButtonList for GridView Control .kindly suggest me how to solve this problem. Thanks, Murugan k
-
Padding problem occure from Unix to window using Java Base32Hi, I want to encrypt the file from unix then decrypt encrypted file in windows. My problem is i have successfully encrypt the file in unix using java Base32 class. But i try to decrypt the encrypted file in windows using java coding when Padding problem occured Thanks Murugan
-
How to avoid the space in character array using CNot possible to set variable length string because database object is return struct variable with fixed length character using pro*C. suppose i have try to declare structure member variable like character pointer or void pointer when it return memory leak . I have developed this application using Pro *C language.
-
How to avoid the space in character array using CHi, struct Boxinfo { int userid; char username[255]; }; if ((Boxinfo_ptr =(struct Boxinfo *) malloc(sizeof(struct Boxinfo))) == 0) { exit(1); } EXEC SQL FETCH customerinfo INTO: Boxinfo_ptr; cout<<Boxinfo_ptr->userid; cout<<Boxinfo_ptr->username; here i have fetch the record from database two field then load to struct object Boxinfo_ptr no problem. also successfully i have got the value of userid and username . My problem is Boxinfo_ptr->username is given the extra space . that is suppose charter is "hello" for cout<<Boxinfo_ptr->username this output is "hello " it is simple print hello+200 space; so how to avoid 200 space. example: input: userid=100; username="hello"; output: userid=100; username="hello " How to avoid space for username char array. please replay me as soon as possible Thanks
-
How to display excel sheet in html page using C#HI, I want draw a 3d chart in excell sheet using c# web based appliction . Please give me an idea about this As soon as possible.
-
Problem in CFileopenDialogHi, I have done report genaration project in vc++. I have show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed.But application work properly in my PC.
-
Problem in CFileOpenDialogHi, I have done report genaration project in vc++. I have show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully...
-
Problem in FileOpen and FileSave Dialogyah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance
-
Problem in FileOpen and FileSave Dialogyah, i have to show some data on the window from database and save that data into file. I just found out that it only crashes when the files are on the desktop.That is when i try to open the file on desktop using CFileOpendialog, my application going to closed. But that file placed on any other drives like(c:,d:,..), nothing to worry, it will execute successfully... Thanks in advance
-
Problem in FileOpen and FileSave DialogHi, I have done report genaration project in vc++. when i execute it in my system nothing to problem but, when i execute in other machine my application will be closed automatically while i save the content from the window into file only on the desktop and when i have to open that saved file.
-
How can i solve the mapping mode problem?Hi All, Which map mode would be support for all type of printers? like compaq,hp officejet,cannon,......IF you know , let me know immediately.. Thankx in Advance
-
How can solve the print preview problemHi, I have done "report generation" in vc++(MFC).After generate the report,which can take the print on printer(HP officejet printer) ok....till now nothing else but when i use different type of printers like compaq,canon,Epson,etc there is araise some problems like print preview region problem and page size problem. For example, 1.When i take print(A4 size) on HP officejet printer ,no problem 2.when i take print(A4 size) on other printers like Epson..., only partial of data will be shown. How can i solve the print preview region problem.Currently i am using visual studio 2005. Thanks in advance...
-
How to Set Environment Variable using Mfc codingThanks for valueable information