15,993,913 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 12181103 (Top 5 by date)
Member 12181103
23-Jun-16 4:20am
View
but then how can i know what is the ip?
like how i set my own ip?
and what about my second problem?
ty for help!
Member 12181103
2-Jun-16 6:16am
View
yes i know but my problem is that i can convert only a string that have a length of 8, to array of bytes so what i can do to make it longer?
Member 12181103
1-Jun-16 16:34pm
View
Ok so what i want to do is to make a program the will encrypt and decrypt text with aes algorithem.
The key a "password" they will choose too help them decrypt it later.
So i searched online and i found what i found but i can do bigger string like: passwords.
Its too long.
There is a certain length i can enter right?
Member 12181103
1-Jun-16 15:11pm
View
http://stackoverflow.com/questions/34343500/why-does-any-length-key-work-for-rijndaelmanaged/34354643#34354643
in the second comment to the question he said its less safer. why?
and in the code that i have: http://pastebin.com/NWj3pi2Y
this is the only length of string that i can do: ggwpgiy2
why?
thank you for you answers!!!!!!
Member 12181103
1-Jun-16 14:34pm
View
i understand i explained my self bad.
i know understand that its not what i taught and i will re ask the questions:
1) why i cant convert a any other string rather than a 8 char long string to array of a byte and use it as my key?
2) why to do like that ^ is less safe than that: https://msdn.microsoft.com/en-us/library/system.security.cryptography.rfc2898derivebytes%28v=vs.110%29.aspx
3) what is the best class and way to use the aes? cause i got those classes:AesManaged , RijndaelManaged , AesCryptoServiceProvider.
ty for answer and for your time!!!!