AES-128-CBC - replicate openssl result

Just starting out? Need help? Post your questions and find answers here.
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: AES-128-CBC - replicate openssl result

Post by Fred »

that's true :lol:
User avatar
idle
Always Here
Always Here
Posts: 5834
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: AES-128-CBC - replicate openssl result

Post by idle »

You could add utf16 but then people would cry that it's 11000 lines of code.
Olli
Addict
Addict
Posts: 1194
Joined: Wed May 27, 2020 12:26 pm

Re: AES-128-CBC - replicate openssl result

Post by Olli »

NicTheQuick wrote:UTF8 is downwards compatible to ASCII. Also UTF-8 does not have code pages. UTF-8 can represent all the characters in existence and it is the defacto standard. So if you want to be compatible to most modern libraries, just use UTF-8. Unfortunately Purebasics Unicode characters can only represent a subset of UTF-8.
You are right : my remark telling << UTF-8 has its own code pages >> is then wrong. I apologize.

But I never will do a hash signature of a UTF-8 string : there are any ways to write an unique character, as near 1990, the unique encoding was the Rubicon however... (on UTF-8)
Post Reply