Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
AnswerRe: streamwriter Pin
blackjack215017-Sep-07 1:14
blackjack215017-Sep-07 1:14 
QuestionReducing the encrypted text size. Pin
M. J. Jaya Chitra16-Sep-07 21:33
M. J. Jaya Chitra16-Sep-07 21:33 
AnswerRe: Reducing the encrypted text size. Pin
Sathesh Sakthivel16-Sep-07 21:52
Sathesh Sakthivel16-Sep-07 21:52 
GeneralRe: Reducing the encrypted text size. Pin
M. J. Jaya Chitra16-Sep-07 22:13
M. J. Jaya Chitra16-Sep-07 22:13 
AnswerRe: Reducing the encrypted text size. Pin
Colin Angus Mackay16-Sep-07 21:54
Colin Angus Mackay16-Sep-07 21:54 
GeneralRe: Reducing the encrypted text size. Pin
M. J. Jaya Chitra17-Sep-07 0:02
M. J. Jaya Chitra17-Sep-07 0:02 
GeneralRe: Reducing the encrypted text size. Pin
Dan Neely17-Sep-07 3:11
Dan Neely17-Sep-07 3:11 
GeneralRe: Reducing the encrypted text size. Pin
Colin Angus Mackay17-Sep-07 7:03
Colin Angus Mackay17-Sep-07 7:03 
M. J. Jaya Chitra wrote:
The output should be in 16 or 20 digit i.e a licence key.


Not gonna happen. SHA256 encodes in blocks of 256 bits (or 32 bytes) so that is the smallest output you will get. If you want the string to be reversible then your output will be of comparable size to the input string (it will be rounded up to the next block boundary)




Upcoming FREE developer events:
* Glasgow: db4o: An Embeddable Database Engine for Object-Oriented Environments, Mock Objects, SQL Server CLR Integration, Reporting Services ...

My website

QuestionConverting HTML(WEB Page URL/HTML) to JPG Images Pin
nhss16-Sep-07 21:08
nhss16-Sep-07 21:08 
AnswerRe: Converting HTML(WEB Page URL/HTML) to JPG Images Pin
Niiiissssshhhhhuuuuu16-Sep-07 21:29
Niiiissssshhhhhuuuuu16-Sep-07 21:29 
AnswerRe: Converting HTML(WEB Page URL/HTML) to JPG Images Pin
Giorgi Dalakishvili16-Sep-07 21:41
mentorGiorgi Dalakishvili16-Sep-07 21:41 
QuestionRe: Converting HTML(WEB Page URL/HTML) to JPG Images Pin
nhss16-Sep-07 21:46
nhss16-Sep-07 21:46 
AnswerRe: Converting HTML(WEB Page URL/HTML) to JPG Images Pin
Giorgi Dalakishvili16-Sep-07 21:48
mentorGiorgi Dalakishvili16-Sep-07 21:48 
GeneralRe: Converting HTML(WEB Page URL/HTML) to JPG Images Pin
nhss16-Sep-07 21:52
nhss16-Sep-07 21:52 
QuestionListBox1_SelectedIndexChanged - Event Pin
pavya_Cool16-Sep-07 19:51
pavya_Cool16-Sep-07 19:51 
AnswerRe: ListBox1_SelectedIndexChanged - Event Pin
Paras Kaneriya16-Sep-07 20:16
Paras Kaneriya16-Sep-07 20:16 
GeneralRe: ListBox1_SelectedIndexChanged - Event Pin
pavya_Cool16-Sep-07 20:31
pavya_Cool16-Sep-07 20:31 
GeneralRe: ListBox1_SelectedIndexChanged - Event Pin
Paras Kaneriya17-Sep-07 0:52
Paras Kaneriya17-Sep-07 0:52 
AnswerRe: ListBox1_SelectedIndexChanged - Event Pin
Jintal Patel17-Sep-07 1:31
Jintal Patel17-Sep-07 1:31 
General[Message Deleted] Pin
P_Elza16-Sep-07 19:37
P_Elza16-Sep-07 19:37 
GeneralRe: Plz do help me..................... Pin
Chatura Dilan16-Sep-07 19:44
Chatura Dilan16-Sep-07 19:44 
GeneralRe: Plz do help me..................... Pin
Guffa16-Sep-07 21:00
Guffa16-Sep-07 21:00 
GeneralRe: Plz do help me..................... Pin
Vasudevan Deepak Kumar16-Sep-07 21:14
Vasudevan Deepak Kumar16-Sep-07 21:14 
QuestionHow to make the DLL secure...? Pin
Pankaj - Joshi16-Sep-07 18:55
Pankaj - Joshi16-Sep-07 18:55 
AnswerRe: How to make the DLL secure...? [modified] Pin
ring_016-Sep-07 19:06
ring_016-Sep-07 19:06 

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.