|
| 1 | +[ |
| 2 | + { |
| 3 | + "group_name": "Dyne.org privacy tech", |
| 4 | + "icon": "https://dyne.org/images/logos/border-white-Icon.png", |
| 5 | + "description": "Here are all the privacy applications and components we develop ourselves and offer online..", |
| 6 | + "links": [ |
| 7 | + { |
| 8 | + "name": "Zenroom", |
| 9 | + "link": "https://zenroom.org", |
| 10 | + "tagline": "Makes it easy to build all sort of encryption protocols for your own application.", |
| 11 | + "cta": "No-Code" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Tomb", |
| 15 | + "link": "/tomb", |
| 16 | + "tagline": "Encrypt terabytes of files and folders in secret volumes, guaranteed to work in 20 years from now.", |
| 17 | + "cta": "Store" |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Secrets", |
| 21 | + "link": "https://secrets.dyne.org", |
| 22 | + "tagline": "Split a secret text into shares. Shares can be later combined (some, or all) to retrieve the secret text.", |
| 23 | + "cta": "Split" |
| 24 | + }, |
| 25 | + { |
| 26 | + "name": "Jaromail", |
| 27 | + "link": "/software/jaro-mail", |
| 28 | + "tagline": "Suite of console tools to read, download, archive and search e-mails without storing them online.", |
| 29 | + "cta": "E-Mail" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "Tinfoil", |
| 33 | + "link": "https://github.com/dyne/tinfoil", |
| 34 | + "tagline": "Minimalist launch wrapper to manage multiple isolated profiles for web browsers on GNU/Linux desktop.", |
| 35 | + "cta": "Browse" |
| 36 | + }, |
| 37 | + { |
| 38 | + "name": "Binnit", |
| 39 | + "link": "https://github.com/dyne/binnit", |
| 40 | + "tagline": "Self-hosted, minimal, no-fuss pastebin service clone in golang.", |
| 41 | + "cta": "Paste" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "DNSCrypt-proxy v2", |
| 45 | + "link": "https://github.com/dyne/dnscrypt-proxy", |
| 46 | + "tagline": "DNSCrypt-Proxy v2 client-server originally written in C++.", |
| 47 | + "cta": "DNS" |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "DOHD", |
| 51 | + "link": "https://dyne.org/dohd", |
| 52 | + "tagline": "DNS-over-HTTPS proxy in C for self-hosting: super fast and keeps no logs", |
| 53 | + "cta": "DNS" |
| 54 | + } |
| 55 | + ] |
| 56 | + } |
| 57 | +] |
0 commit comments