I am working on the DES (Data Encryption Standard ) algorithm in Cryptography as a part of which I have to write a 'C' code in linux that splits the DES key into two halves as per initial permutation of the DES key.

I need to use a function to do so. I don't know how to go about writing a code since I am new to the Linux Environment.

Can anyone help me in developing the code for the problem ?

link|improve this question
Programming questions are off-topic here as per the FAQ, you may have meant to ask this on Stack Overflow. – Matthew Read Aug 22 '11 at 15:39
4  
voting to move this over to stackoverflow, but Parth_90, you should be aware that they are not fond of just asking them to do your work for you. You should at least attempt the code, post what you have, and then ask for help. – MaQleod Aug 22 '11 at 15:44
feedback

closed as off topic by MaQleod, grawity, nhinkle Aug 22 '11 at 16:09

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

Browse other questions tagged or ask your own question.