Click here to Skip to main content
15,903,203 members
Home / Discussions / Java
   

Java

 
AnswerRe: OneWay hash encryption error in different Os. Pin
Richard MacCutchan15-Apr-13 2:18
mveRichard MacCutchan15-Apr-13 2:18 
GeneralRe: OneWay hash encryption error in different Os. Pin
saigowthami15-Apr-13 19:31
saigowthami15-Apr-13 19:31 
GeneralRe: OneWay hash encryption error in different Os. Pin
Richard MacCutchan15-Apr-13 22:00
mveRichard MacCutchan15-Apr-13 22:00 
GeneralRe: OneWay hash encryption error in different Os. Pin
saigowthami15-Apr-13 23:09
saigowthami15-Apr-13 23:09 
GeneralRe: OneWay hash encryption error in different Os. Pin
Richard MacCutchan15-Apr-13 23:21
mveRichard MacCutchan15-Apr-13 23:21 
GeneralRe: OneWay hash encryption error in different Os. Pin
saigowthami15-Apr-13 23:24
saigowthami15-Apr-13 23:24 
GeneralRe: OneWay hash encryption error in different Os. Pin
Richard MacCutchan15-Apr-13 23:38
mveRichard MacCutchan15-Apr-13 23:38 
AnswerRe: OneWay hash encryption error in different Os. Pin
Bernhard Hiller15-Apr-13 21:39
Bernhard Hiller15-Apr-13 21:39 
See the answer to a question on StackOverflow: http://stackoverflow.com/questions/2620975/strange-n-in-base64-encoded-string-in-ruby[^]: "... add a newline for every 60th character ..."
And see also http://en.wikipedia.org/wiki/Base64[^]
That means that the new lines do not contain meaning, they are used for formatting purposes only. Before comparing the strings, you remove all types of newlines, and things will work fine (some decoders for base64 may require newlines, but since you need to compare hashed values only, that does not matter).
GeneralRe: OneWay hash encryption error in different Os. Pin
saigowthami15-Apr-13 23:23
saigowthami15-Apr-13 23:23 
GeneralRe: OneWay hash encryption error in different Os. Pin
Bernhard Hiller16-Apr-13 3:12
Bernhard Hiller16-Apr-13 3:12 
QuestionJava application to transfer files and folders Pin
saigowthami15-Apr-13 1:20
saigowthami15-Apr-13 1:20 
AnswerRe: Java application to transfer files and folders Pin
Prasad Khandekar26-Apr-13 0:19
professionalPrasad Khandekar26-Apr-13 0:19 
GeneralRe: Java application to transfer files and folders Pin
saigowthami27-Apr-13 2:41
saigowthami27-Apr-13 2:41 
AnswerRe: Java application to transfer files and folders Pin
sriniprabhu27-Apr-13 2:01
sriniprabhu27-Apr-13 2:01 
GeneralRe: Java application to transfer files and folders Pin
saigowthami27-Apr-13 2:40
saigowthami27-Apr-13 2:40 
QuestionMultiple strings received on TCP socket Pin
Sachin k Rajput 10-Apr-13 0:43
Sachin k Rajput 10-Apr-13 0:43 
AnswerRe: Multiple strings received on TCP socket Pin
Richard MacCutchan10-Apr-13 1:31
mveRichard MacCutchan10-Apr-13 1:31 
GeneralRe: Multiple strings received on TCP socket Pin
Sachin k Rajput 10-Apr-13 1:47
Sachin k Rajput 10-Apr-13 1:47 
GeneralRe: Multiple strings received on TCP socket Pin
Richard MacCutchan10-Apr-13 2:27
mveRichard MacCutchan10-Apr-13 2:27 
AnswerRe: Multiple strings received on TCP socket Pin
jschell10-Apr-13 8:36
jschell10-Apr-13 8:36 
GeneralRe: Multiple strings received on TCP socket Pin
Sachin k Rajput 10-Apr-13 20:31
Sachin k Rajput 10-Apr-13 20:31 
QuestionFile Path Problem Pin
Sachin k Rajput 9-Apr-13 22:36
Sachin k Rajput 9-Apr-13 22:36 
QuestionRe: File Path Problem Pin
Richard MacCutchan10-Apr-13 0:25
mveRichard MacCutchan10-Apr-13 0:25 
AnswerRe: File Path Problem Pin
Sachin k Rajput 10-Apr-13 0:45
Sachin k Rajput 10-Apr-13 0:45 
QuestionRead JNDI from c# Pin
Member 11184949-Apr-13 1:59
Member 11184949-Apr-13 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.