Misplaced Pages

ccrypt

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article relies largely or entirely on a single source. Relevant discussion may be found on the talk page. Please help improve this article by introducing citations to additional sources.
Find sources: "Ccrypt" – news · newspapers · books · scholar · JSTOR (April 2024)

ccrypt is a utility for the secure encryption and decryption of files and streams. It was designed as a replacement for the standard UNIX crypt utility, which is notorious for using a very weak encryption algorithm.

ccrypt is based on the Rijndael cypher, the same cipher used in the AES standard. However, in the AES standard a 128-bit block size is used, whereas ccrypt uses a 256-bit block size. ccrypt commonly uses the .cpt file extension for encrypted files.

ccrypt does not provide an authenticated encryption scheme and therefore does not protect the integrity of encrypted data.

See also

References

  1. "Peter Selinger: Ccrypt – Frequently Asked Questions".

External links


Stub icon

This cryptography-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: