Write a new README in .md

This commit is contained in:
Jonas Stein
2018-02-14 08:57:31 +01:00
parent 3cbc9a1dd5
commit a912487ea3
2 changed files with 38 additions and 17 deletions
-17
View File
@@ -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.
+38
View File
@@ -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.