Revision [10766]

This is an old revision of ccrypt made by coolpup on 2010-11-14 10:07:21.

 

ccrypt command-line encryption tool

Graphical user interface for ccrypt: pupCrypt

Verify currently installed version by entering into the command-line interface:
ccrypt --version
The command-line interface is accessed by right-clicking in the ROX-Filer window and selecting Window/Terminal Here.

For secure file deletion, use ccrypt to encrypt the file before deleting it.

ccrypt-1.9-q1.pet
ccrypt-1.9-p5.pet
ccrypt-1.9-prescott-p4.pet

For usage and options enter into a terminal (console):
ccrypt --help

Question: We are thinking of using ccrypt in our company to encrypt our data. Is ccrypt still a strong encryption that is very hard to break?

Answer: Yes, it is. Ccrypt uses strong 256-bit encryption which is currently considered to be unbreakable. Technically speaking, ccrypt uses the Rijndael block cipher. Rijndael was also chosen for the "Advanced Encryption Standard" (AES) by the U.S. government (see http://www.nist.gov/aes/). However, there is one difference between ccrypt and AES: ccrypt uses the 256-bit block size allowed by the Rijndael cipher, whereas the AES standard currently only covers the 128-bit block size. This does not mean that ccrypt is less secure than AES, only that it is not technically covered by the AES standard. Thus, it would be wrong to say that ccrypt is an "AES" encryption tool. Nevertheless, the cipher used by ccrypt is under much public scrutiny and, supposing that it were ever broken, this would be widely publicized immediately. As of this writing, this cipher has not been broken, and the experts think that it will be good for at least several decades.

Many encryption algorithms exist. The more popular options were submitted to the National Institute of Standards and Technology or NIST for the Advanced Encryption Standard (AES) competition. The winner, Rijndael, got 86 votes while Serpent got 59 votes, Twofish 31 votes, RC6 23 votes and MARS 13 votes. NIST chose Rijndael as its standard.



Categories
CategorySecurity
CategoryOffice
CategorySoftware
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki