re: Problem with writing a Base64 encoded string to a text file ...

2007-03-28 Thread enrico . dimarco
- Original Message - Da : Rajendra Sakpal [EMAIL PROTECTED] A : commons-user@jakarta.apache.org, [EMAIL PROTECTED] Oggetto : Problem with writing a Base64 encoded string to a text file ... Data : Tue, 27 Mar 2007 18:12:55 +0530 Hello, I am trying to write a Base64 encoded (password)

Re: Problem with writing a Base64 encoded string to a text file ...

2007-03-28 Thread James Carman
Enrico, that's not very nice. Please try to be constructive with your comments. The point Mr. Dimarco is trying to make is that Base64 encoding your passwords isn't really securing them very well. Are you sure this is the best strategy? Are you just trying to prototype something? Maybe you

Problem with writing a Base64 encoded string to a text file ...

2007-03-27 Thread Rajendra Sakpal
Hello, I am trying to write a Base64 encoded (password) string to a file. However, the code fails to write the string to the TEXT file. The string is however visible on the JSP/HTML page. What could be the problem ? thanks in advance, Rajendra

Re: Problem with writing a Base64 encoded string to a text file ...

2007-03-27 Thread Adrian Mitev
Are you getting an exception? 2007/3/27, Rajendra Sakpal [EMAIL PROTECTED]: Hello, I am trying to write a Base64 encoded (password) string to a file. However, the code fails to write the string to the TEXT file. The string is however visible on the JSP/HTML page. What could be the problem