mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Adding Cloaker to security section (#462)
This commit is contained in:
parent
a192b70723
commit
16916353c5
1 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,21 @@
|
|||
{
|
||||
"applications": [
|
||||
{
|
||||
"short_description": "simple drag-and-drop, password-based file encryption.",
|
||||
"categories": [
|
||||
"security"
|
||||
],
|
||||
"repo_url": "https://github.com/spieglt/cloaker",
|
||||
"title": "Cloaker",
|
||||
"icon_url": "https://raw.githubusercontent.com/spieglt/Cloaker/master/gui/cloaker/cloaker.ico",
|
||||
"screenshots": [
|
||||
"https://github.com/spieglt/Cloaker/blob/master/demo.gif"
|
||||
],
|
||||
"official_site": "https://adequate.systems/",
|
||||
"languages": [
|
||||
"rust"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "cross-platform file transfer over ad-hoc wifi, like AirDrop but for Mac/Windows/Linux.",
|
||||
"categories": [
|
||||
|
|
Loading…
Reference in a new issue