Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / June 2005

Tip: Looking for answers? Try searching our database.

byte[] format

Thread view: 
Benoît - 22 Jun 2005 17:24 GMT
I have the code :

byte[] messageCrypte = encryptCipher.doFinal(messageACrypter);
String ms = new String(messageCrypte);
byte[] bt = ms.getBytes();

bt has not the same format as messageCrypted.

Why?
Boudewijn Dijkstra - 22 Jun 2005 19:30 GMT
>I have the code :
>
[quoted text clipped - 3 lines]
>
> bt has not the same format as messageCrypted.

What do you mean by 'format'?

> Why?

If the default character encoding is lossy, then characters could be lost in
the byte-char-byte conversion.
Alan Krueger - 22 Jun 2005 22:29 GMT
> I have the code :
>
[quoted text clipped - 5 lines]
>
> Why?

Care to post some specifics?
Kevin McMurtrie - 23 Jun 2005 08:03 GMT
> I have the code :
>
[quoted text clipped - 5 lines]
>
> Why?

Because you applied character set translations.  Look at the source
code.  There are deprecated String methods that operate on raw bytes
without translation.  Better yet, don't use String for byte array
storage.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.