Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2021-05-05 | 778 Bytes | |
libsecrm-2.9.tar.gz | 2021-01-20 | 570.1 kB | |
libsecrm-2.9.tar.gz.asc | 2021-01-20 | 488 Bytes | |
libsecrm-2.9-1.src.rpm | 2021-01-20 | 577.8 kB | |
libsecrm-debuginfo-2.9-1-omv4001.x86_64.rpm | 2021-01-20 | 44.9 kB | |
libsecrm-devel-2.9-1-omv4001.x86_64.rpm | 2021-01-20 | 225.3 kB | |
libsecrm-2.9-1-omv4001.x86_64.rpm | 2021-01-20 | 77.5 kB | |
libsecrm-2.9-sign-key.asc | 2021-01-20 | 1.8 kB | |
Totals: 8 Items | 1.5 MB | 0 |
This is the README file for LibSecRm, a library which ensures secure removing of files and clearing memory on the system to prevent leakage of sensitive data. ================================================================ Requirements for compiling: - a working C compiler (C++ compilers won't work due to variable casts) - development package for the C library (like glibc-devel and glibc-headers) - libdl, the dynamic loading library, with its development package (unless the required functions are in the C library) - the 'make' program Type ./configure to configure Type 'make' to compile the library. Type make install to install the library. NOTE: 'make install' is NOT recommended. Create and install an rpm package instead, if possible (see below).