Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jooapa/klinoffvault
en/decrypting folders win/linux/mac with os-layer
https://github.com/jooapa/klinoffvault
aes aes-encryption decryption encryption encryption-decryption klinoff klinoff-moment linux macos os windows
Last synced: 4 days ago
JSON representation
en/decrypting folders win/linux/mac with os-layer
- Host: GitHub
- URL: https://github.com/jooapa/klinoffvault
- Owner: jooapa
- Created: 2024-01-23T19:22:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-14T18:57:44.000Z (10 months ago)
- Last Synced: 2024-10-30T18:25:17.261Z (about 2 months ago)
- Topics: aes, aes-encryption, decryption, encryption, encryption-decryption, klinoff, klinoff-moment, linux, macos, os, windows
- Language: C#
- Homepage:
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Klinoff Vault
KlinoffVault is a security-focused operating system based on the Linux kernel.
Works on Windows, macOS and Linux. Made using .NET 7.0.Now it might seem that this is just another Operating System, but no.. nononno
This is a very special peace of software, because it has the ability to open any folder as a operating system and encrypt it with a password. so you can hide your files from the all mighty klinoff and his friends.Out from the box, KlinoffVault comes with klinoff-lang interpreter, a programming language made with klinoff power.
## Features
- [x] Secure
- [x] Fast
- [x] Easy to use
- [x] Open source, unlike klinoff-os
- [x] Lightweight
- [x] Portable## Commands
- `help Shows help information about a command`
- `help [command] Display more information on a specific command.`
- `clear Clears the screen`
- `exit Exits the shell`
- `klinofflang [command] Runs the Klinofflang interpreter`
- `ls Lists the files in the current directory`
- `cd Changes the current directory`
- `clear Clears the screen`
- `mkdir Creates a directory`
- `rmdir Removes a directory`
- `pwd Prints the current directory`
- `rm Removes a file`
- `cat Prints the contents of a file`
- `touch Creates a file`
- `vim Edit a file`
- `console [command] .. Runs a console app`
- `change Change password`
- `hide Hide folder`
- `crypt [text] [pass] Encrypt text`
- `decrypt [text] [pass] Decrypt text`## Usage
```bash
dotnet run -- folder
dotnet run -- file.kv
```## Building
### Windows
```bash
dotnet publish -r win10-x64 -c Release /p:PublishSingleFile=true
```### macOS
```bash
dotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true
```### Linux
```bash
dotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true
```Inside the shell, using hide will encrypt the folder and make it a .kv file. You can then open it with the shell using `dotnet run -- file.kv` and entering the password.
## Contributing
nöfnöf