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