Click here to Skip to main content
15,878,748 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
please, if anyone has a sample program on the vb or java Rijndael 128-bit? ,
I had already seen examples of applications Rijndael 256-bit, but I can not understand it well.
if anyone can help, I am very grateful ..
Posted

I would use Google for that. I quick search gave me, for instance: "An implementation of the algorithm AES 128-bit written in Java"[^].
 
Share this answer
 
Comments
Member 11714307 3-Aug-15 4:23am    
I've seen applications
Encrypt / Decrypt Files in VB.NET (Using Rijndael) by Thad Van den Bosch with 256bit, how do I change the order of the application to 128-bit? Thank you ..
Member 11714307 3-Aug-15 4:24am    
I've been searching in google, sorry in advance but I am looking design that works like in netbeans or vb 08? thanks before and sorry my english is not good.
Maciej Los 3-Aug-15 5:02am    
5ed!
CPallini 3-Aug-15 5:17am    
Thank you.
You did not provide information about your issue. So, it's not possible to provide detailed answer.

Have a look here:
Encrypt/Decrypt Files in VB.NET (Using Rijndael)[^]
RijndaelManaged Class[^]
Rijndael Encryption in VB.NET[^]
 
Share this answer
 
Comments
CPallini 3-Aug-15 5:16am    
5.
Maciej Los 3-Aug-15 5:18am    
Thank you, Carlo.
Member 11714307 3-Aug-15 6:20am    
In this way, I want to create applications based 128bit-Rijndael criptografy using java or vb 08 to have a GUI that can choose the application that created the file as Mr. Thad Van den Bosch - "Encrypt / Decrypt Files in VB.NET (Using Rijndael)", I just 256bit confused how this change to 128bit on the application, because I have tried changing its use sha215 but can not also, please help, this application will I bring on my bachelor exam.

sorry my english is not good
Member 11714307 3-Aug-15 6:25am    


how to change to 128bit ?

Thank you before and sorry because many questions
Maciej Los 3-Aug-15 6:34am    
You have to change KeySize: https://msdn.microsoft.com/en-us/library/b2kx37tx%28v=vs.110%29.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900