{"id":16021307,"url":"https://github.com/jooapa/klinoffvault","last_synced_at":"2026-05-08T07:33:17.657Z","repository":{"id":220009331,"uuid":"747361329","full_name":"jooapa/KlinoffVault","owner":"jooapa","description":"en/decrypting folders win/linux/mac with os-layer","archived":false,"fork":false,"pushed_at":"2024-02-14T18:57:44.000Z","size":455,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T13:45:38.438Z","etag":null,"topics":["aes","aes-encryption","decryption","encryption","encryption-decryption","klinoff","klinoff-moment","linux","macos","os","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jooapa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-23T19:22:45.000Z","updated_at":"2024-01-30T18:47:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc6cf5ae-a64e-4bed-b091-c19282b204c1","html_url":"https://github.com/jooapa/KlinoffVault","commit_stats":{"total_commits":31,"total_committers":1,"mean_commits":31.0,"dds":0.0,"last_synced_commit":"6e47e79d93e244057c92aaab0387b37fbc2a648b"},"previous_names":["jooapa/klinoffvault"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jooapa/KlinoffVault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooapa%2FKlinoffVault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooapa%2FKlinoffVault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooapa%2FKlinoffVault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooapa%2FKlinoffVault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jooapa","download_url":"https://codeload.github.com/jooapa/KlinoffVault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jooapa%2FKlinoffVault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aes","aes-encryption","decryption","encryption","encryption-decryption","klinoff","klinoff-moment","linux","macos","os","windows"],"created_at":"2024-10-08T18:03:24.226Z","updated_at":"2026-05-08T07:33:17.605Z","avatar_url":"https://github.com/jooapa.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Klinoff Vault\n\nKlinoffVault is a security-focused operating system based on the Linux kernel.\nWorks on Windows, macOS and Linux. Made using .NET 7.0.\n\nNow it might seem that this is just another Operating System, but no.. nononno\nThis 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.\n\nOut from the box, KlinoffVault comes with klinoff-lang interpreter, a programming language made with klinoff power.\n\n## Features\n\n- [x] Secure\n- [x] Fast\n- [x] Easy to use\n- [x] Open source, unlike klinoff-os\n- [x] Lightweight\n- [x] Portable\n\n## Commands\n\n- `help                   Shows help information about a command`\n- `help [command]         Display more information on a specific command.`\n- `clear                  Clears the screen`\n- `exit                   Exits the shell`\n- `klinofflang [command]  Runs the Klinofflang interpreter`\n- `ls                     Lists the files in the current directory`\n- `cd                     Changes the current directory`\n- `clear                  Clears the screen`\n- `mkdir                  Creates a directory`\n- `rmdir                  Removes a directory`\n- `pwd                    Prints the current directory`\n- `rm                     Removes a file`\n- `cat                    Prints the contents of a file`\n- `touch                  Creates a file`\n- `vim                    Edit a file`\n- `console [command] ..   Runs a console app`\n- `change                 Change password`\n- `hide                   Hide folder`\n- `crypt [text] [pass]    Encrypt text`\n- `decrypt [text] [pass]  Decrypt text`\n\n## Usage\n\n```bash\ndotnet run -- folder\ndotnet run -- file.kv\n```\n\n## Building\n\n### Windows\n\n```bash\ndotnet publish -r win10-x64 -c Release /p:PublishSingleFile=true\n```\n\n### macOS\n\n```bash\ndotnet publish -r osx-x64 -c Release /p:PublishSingleFile=true\n```\n\n### Linux\n\n```bash\ndotnet publish -r linux-x64 -c Release /p:PublishSingleFile=true\n```\n\nInside 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.\n\n## Contributing\n\nnöfnöf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjooapa%2Fklinoffvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjooapa%2Fklinoffvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjooapa%2Fklinoffvault/lists"}