xref: /OK3568_Linux_fs/buildroot/package/aespipe/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_AESPIPE
2	bool "aespipe"
3	depends on BR2_USE_MMU # fork()
4	help
5	  aespipe program is AES encrypting or decrypting pipe. It reads
6	  from standard input and writes to standard output. It can be
7	  used to create and restore encrypted tar or cpio archives.
8	  It can be used to encrypt and decrypt loop-AES compatible
9	  encrypted disk images.
10
11	  http://loop-aes.sourceforge.net/
12