Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: please i need the complation of 4 queen PinPopular
Smithers-Jones9-Apr-10 5:30
Smithers-Jones9-Apr-10 5:30 
AnswerRe: please i need the complation of 4 queen PinPopular
Luc Pattyn9-Apr-10 5:29
sitebuilderLuc Pattyn9-Apr-10 5:29 
GeneralRe: please i need the complation of 4 queen Pin
NavnathKale9-Apr-10 22:26
NavnathKale9-Apr-10 22:26 
AnswerRe: please i need the complation of 4 queen Pin
Dave Parker9-Apr-10 5:42
Dave Parker9-Apr-10 5:42 
GeneralRe: please i need the complation of 4 queen Pin
Keith Barrow9-Apr-10 5:44
professionalKeith Barrow9-Apr-10 5:44 
GeneralRe: please i need the complation of 4 queen Pin
PIEBALDconsult9-Apr-10 6:03
mvePIEBALDconsult9-Apr-10 6:03 
GeneralRe: please i need the complation of 4 queen Pin
amrreko9-Apr-10 7:50
amrreko9-Apr-10 7:50 
AnswerRe: please i need the complation of 4 queen Pin
Chris Losinger9-Apr-10 6:31
professionalChris Losinger9-Apr-10 6:31 
AnswerRe: please i need the complation of 4 queen Pin
leckey9-Apr-10 7:09
leckey9-Apr-10 7:09 
AnswerRe: please i need the complation of 4 queen Pin
Pete O'Hanlon9-Apr-10 7:54
mvePete O'Hanlon9-Apr-10 7:54 
GeneralRe: please i need the complation of 4 queen Pin
amrreko9-Apr-10 8:27
amrreko9-Apr-10 8:27 
GeneralRe: please i need the complation of 4 queen Pin
Dave Kreskowiak9-Apr-10 8:34
mveDave Kreskowiak9-Apr-10 8:34 
GeneralRe: please i need the complation of 4 queen Pin
amrreko9-Apr-10 8:44
amrreko9-Apr-10 8:44 
GeneralRe: please i need the complation of 4 queen Pin
Pete O'Hanlon9-Apr-10 9:16
mvePete O'Hanlon9-Apr-10 9:16 
QuestionUnixCrypt algorithm Pin
sekannak9-Apr-10 4:22
sekannak9-Apr-10 4:22 
AnswerRe: UnixCrypt algorithm Pin
Ian Shlasko9-Apr-10 4:39
Ian Shlasko9-Apr-10 4:39 
AnswerRe: UnixCrypt algorithm Pin
Sandesh M Patil9-Apr-10 4:50
Sandesh M Patil9-Apr-10 4:50 
Both are static members. If you use the first method, it will randomly generate the salt characters for you and then call the second method. Salt, in this case, are two letters that are used to provide some extra randomness for the encryption, and allow you to repeat any previous encryption (if you also have the text that was encrypted).

Another thing users should know is that the text to encrypt should not be more then 8 characters long. If your text is longer than 8 characters, only the first 8 are used and the rest is ignored.
Questionfile contents Pin
Morgs Morgan9-Apr-10 4:21
Morgs Morgan9-Apr-10 4:21 
AnswerRe: file contents Pin
Keith Barrow9-Apr-10 4:26
professionalKeith Barrow9-Apr-10 4:26 
GeneralRe: file contents Pin
Morgs Morgan9-Apr-10 4:42
Morgs Morgan9-Apr-10 4:42 
GeneralRe: file contents Pin
Keith Barrow9-Apr-10 4:48
professionalKeith Barrow9-Apr-10 4:48 
GeneralRe: file contents Pin
Morgs Morgan9-Apr-10 4:56
Morgs Morgan9-Apr-10 4:56 
GeneralRe: file contents Pin
Keith Barrow9-Apr-10 5:00
professionalKeith Barrow9-Apr-10 5:00 
GeneralRe: file contents Pin
Morgs Morgan9-Apr-10 5:33
Morgs Morgan9-Apr-10 5:33 
GeneralRe: file contents Pin
Keith Barrow9-Apr-10 5:42
professionalKeith Barrow9-Apr-10 5:42 

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.