1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-04 12:45:58 +02:00
Files
2023-08-16 15:12:42 +02:00
..
2023-02-01 21:16:58 +01:00
2023-02-21 17:12:10 +01:00
2023-08-16 15:12:42 +02:00
2023-08-16 15:12:42 +02:00
2023-01-26 22:13:05 +01:00

crypttool

A easy way to encrypt a entire filesystem. It is not a filesystem.
As of now, it can't work for the boot filesystem.

Installation

Requirement

  • A T2 or higher data card
  • A 2nd storage medium (floppy or hdd).

Software

  • Run oppm install crypttool

Usage

  • Insert the floppy disk or HDD you want to use. It must be in managed mode.
  • Run decryptDisk <disk mount point> <password> to decrypt and remount the filesystem.
    Example : decryptDisk /mnt/82d password

You can put this command in /home/.shrc put that mean leaving the password in clear text.