{"id":17614240,"url":"https://github.com/vroncevic/ossl","last_synced_at":"2026-04-09T23:03:51.016Z","repository":{"id":45924906,"uuid":"51769735","full_name":"vroncevic/ossl","owner":"vroncevic","description":"Encrypting/Decrypting files","archived":false,"fork":false,"pushed_at":"2024-06-14T19:09:50.000Z","size":7139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T21:47:00.356Z","etag":null,"topics":["aes-256","bash","decrypt","decrypt-files","encrypt","encrypt-files","linux","macos","openssl","shell","unix"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/ossl","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-02-15T16:45:44.000Z","updated_at":"2024-06-14T19:09:29.000Z","dependencies_parsed_at":"2023-12-17T00:25:33.347Z","dependency_job_id":"476c7faa-3cce-4173-a81f-becd1cbd891b","html_url":"https://github.com/vroncevic/ossl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fossl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fossl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fossl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fossl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/ossl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390948,"owners_count":20769489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-256","bash","decrypt","decrypt-files","encrypt","encrypt-files","linux","macos","openssl","shell","unix"],"created_at":"2024-10-22T18:35:44.770Z","updated_at":"2026-04-09T23:03:51.006Z","avatar_url":"https://github.com/vroncevic.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Encrypting/Decrypting files\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/ossl/dev/docs/ossl_logo.png\" width=\"25%\"\u003e\n\n**ossl** is shell tool for operating openssl.\n\nDeveloped in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.\n\n[![ossl_shell_checker](https://github.com/vroncevic/ossl/actions/workflows/ossl_shell_checker.yml/badge.svg)](https://github.com/vroncevic/ossl/actions/workflows/ossl_shell_checker.yml)\n\nThe README is used to introduce the tool and provide instructions on\nhow to install the tool, any machine dependencies it may have and any\nother information that should be provided before the tool is installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/ossl.svg)](https://github.com/vroncevic/ossl/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/ossl.svg)](https://github.com/vroncevic/ossl/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Dependencies](#dependencies)\n- [Shell tool structure](#shell-tool-structure)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/ossl/dev/docs/debtux.png)\n\nNavigate to release **[page](https://github.com/vroncevic/ossl/releases)** download and extract release archive.\n\nTo install **ossl** type the following\n\n```bash\ntar xvzf ossl-3.0.tar.gz\ncd ossl-3.0\ncp -R ~/sh_tool/bin/   /root/scripts/ossl/ver.3.0/\ncp -R ~/sh_tool/conf/  /root/scripts/ossl/ver.3.0/\ncp -R ~/sh_tool/log/   /root/scripts/ossl/ver.3.0/\n```\n\nSelf generated setup script and execution\n\n```bash\n./ossl_setup.sh \n\n[setup] installing App/Tool/Script ossl\n\tMon Dec 15 05:20:24 PM CET 2025\n[setup] clean up App/Tool/Script structure\n[setup] copy App/Tool/Script structure\n[setup] remove github editor configuration files\n[setup] set App/Tool/Script permission\n[setup] create symbolic link of App/Tool/Script\n[setup] done\n\n/root/scripts/ossl/ver.3.0/\n├── bin/\n│   └── ossl.sh\n├── conf/\n│   ├── ossl.cfg\n│   ├── ossl.logo\n│   └── ossl_util.cfg\n└── log/\n    └── ossl.log\n\n3 directories, 9 files\nlrwxrwxrwx 1 root root 38 Dec 15 05:20 /root/bin/ossl -\u003e /root/scripts/ossl/ver.3.0/bin/ossl.sh\n```\n\nOr You can use docker to create image/container.\n\n### Usage\n\n```bash\n# Create symlink for shell tool\nln -s /root/scripts/ossl/ver.3.0/bin/ossl.sh /root/bin/ossl\n\n# Setting PATH\nexport PATH=${PATH}:/root/bin/\n\n# Encrypt file\nossl enc /opt/origin.txt\n\nossl ver.3.0\nMon Dec 15 05:20:44 PM CET 2025\n\n[check_root] Check permission for current session? [ok]\n[check_root] Done\n\n                                 \n                             ██  \n                            ░██  \n    ██████   ██████  ██████ ░██  \n   ██░░░░██ ██░░░░  ██░░░░  ░██  \n  ░██   ░██░░█████ ░░█████  ░██  \n  ░██   ░██ ░░░░░██ ░░░░░██ ░██  \n  ░░██████  ██████  ██████  ███  \n   ░░░░░░  ░░░░░░  ░░░░░░  ░░░   \n                                 \n\n\t                 \n\tInfo   github.io/ossl ver.3.0 \n\tIssue  github.io/issue\n\tAuthor vroncevic.github.io\n\n[ossl] Loading basic and util configuration!\n100% [================================================]\n\n[load_conf] Loading App/Tool/Script configuration!\n[check_cfg] Checking configuration file [/root/scripts/ossl/ver.3.0/conf/ossl.cfg] [ok]\n[check_cfg] Done\n\n[load_conf] Done\n\n[load_util_conf] Load module configuration!\n[check_cfg] Checking configuration file [/root/scripts/ossl/ver.3.0/conf/ossl_util.cfg] [ok]\n[check_cfg] Done\n\n[load_util_conf] Done\n\n[check_op] Checking operation [enc]? [ok]\n[check_op] Done\n\n[check_tool] Checking tool [/usr/bin/openssl]? [ok]\n[check_tool] Done\n\n[ossl] Checking file [/opt/origin.txt]? [ok]\nType password: [ossl] Encrypt file [/opt/origin.txt]\n[ossl] Encrypted file: -salt -in /opt/origin.txt \u003e -out /opt/origin.txt.aes\n[ossl] Done\n\n[logging] Checking directory [/root/scripts/ossl/ver.3.0/log/]? [ok]\n[logging] Write info log!\n[logging] Done\n\n[ossl] Done\n```\n\n### Dependencies\n\n**ossl** requires next modules and libraries\n* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)\n\n### Shell tool structure\n\n**ossl** is based on MOP.\n\nShell tool structure\n\n```bash\nsh_tool/\n├── bin/\n│   └── ossl.sh\n├── conf/\n│   ├── ossl.cfg\n│   ├── ossl.logo\n│   └── ossl_util.cfg\n└── log/\n    └── ossl.log\n```\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/ossl/badge/?version=latest)](https://ossl.readthedocs.io/projects/ossl/en/latest/?badge=latest)\n\nMore documentation and info at\n* [https://ossl.readthedocs.io/en/latest/](https://ossl.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2016 - 2026 by [vroncevic.github.io/ossl](https://vroncevic.github.io/ossl)\n\n**ossl** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/ossl/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fossl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fossl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fossl/lists"}