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