Tag Archives: vi

Using vi to Encrypt Text Files | Tip

Written by Mel Kham on . Posted in Linux tutorials

The disadvantage of using encrypted partitions is that while the partition is mounted, at least root can access the data. To prevent this, vi can be used in encrypted mode.Use vi -x filename to edit a new file. vi prompts … Continue reading