diff --git a/README b/README deleted file mode 100644 index ce2c936..0000000 --- a/README +++ /dev/null @@ -1,17 +0,0 @@ -SCSI Tape Encryption program. Sets and retrieves encryption settings -on certain SCSI devices with hardware based encryption. See INSTALL for -general installation instructions. - -For additional information run 'man stenc' after installation. - -Program copyright 2012 contributing authors. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; version 2 of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - diff --git a/README.md b/README.md new file mode 100644 index 0000000..269e77a --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +Stenc +##### + +SCSI Tape Encryption Manager - Manages encryption on LTO tape drives (starting with generation 4) with hardware-based encryption. +Program should work on any other SSP capable tape drives. Built specifically for Linux and AIX. +Supports key change auditing and key descriptors (uKAD). + +Features +-------- + +* SCSI hardware-based encryption management +* Supports AIX and Linux +* Supports most SCSI security protocol compliant devices, such as LTO4 tape drives +* Random key generation +* Key change audit logging +* Linux Tape Encryption +* AES Tape Encryption +* Key Descriptor Management + + +Linux Packages +-------------- +[![Packaging status](https://repology.org/badge/vertical-allrepos/stenc.svg)](https://repology.org/metapackage/stenc) + + +License +------- +Program copyright 2012-2018 contributing authors. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; version 2 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. +