https://github.com/bitbeans/simplednscrypt
A simple management tool for dnscrypt-proxy
https://github.com/bitbeans/simplednscrypt
cryptography dns dnscrypt dnscrypt-proxy dnscrypt-proxy2 mahapps windows
Last synced: 6 days ago
JSON representation
A simple management tool for dnscrypt-proxy
- Host: GitHub
- URL: https://github.com/bitbeans/simplednscrypt
- Owner: bitbeans
- License: mit
- Created: 2015-09-18T13:07:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T21:03:05.000Z (over 1 year ago)
- Last Synced: 2025-04-07T01:09:18.645Z (13 days ago)
- Topics: cryptography, dns, dnscrypt, dnscrypt-proxy, dnscrypt-proxy2, mahapps, windows
- Language: C#
- Homepage: https://simplednscrypt.org
- Size: 96.6 MB
- Stars: 2,338
- Watchers: 112
- Forks: 239
- Open Issues: 140
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-network-stuff - **1433**星 - proxy (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="6381920f17576b07cc87a8dc619123aa"></a>DNS)
README
[](#backers) [](#sponsors) [](https://github.com/bitbeans/SimpleDnsCrypt/blob/master/LICENSE.md) [](https://ci.appveyor.com/project/bitbeans/simplednscrypt/branch/master) [](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [](https://github.com/jedisct1/dnscrypt-proxy) [](https://github.com/bitbeans/SimpleDnsCrypt/releases/latest) [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Donation+to+the+Simple+DNSCrypt+project)
# 
# Simple DNSCrypt
Simple DNSCrypt is a simple management tool to configure [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) on windows based systems.## Status
Uses dnscrypt-proxy: **2.0.42**
### Preview Download (CI)
[Download x86 (preview, unsigned portable version)](https://simplednscrypt.blob.core.windows.net/deploy/SimpleDnsCrypt/bin/x86/SimpleDNSCrypt_x86.zip) - *AppVeyor Build*
[Download x64 (preview, unsigned portable version)](https://simplednscrypt.blob.core.windows.net/deploy/SimpleDnsCrypt/bin/x64/SimpleDNSCrypt_x64.zip) - *AppVeyor Build*
## Getting Started
### Prerequisites
At least one system with Windows 7 SP1 and the installation of. NET Framework 4.6.1 is currently required.
You also will need: Microsoft Visual C++ Redistributable for Visual Studio 2015 - 2019 [x64](https://aka.ms/vs/16/release/VC_redist.x64.exe) or [x86](https://aka.ms/vs/16/release/VC_redist.x86.exe)
or
Microsoft Visual C++ Redistributable for Visual Studio 2017 [x64](https://aka.ms/vs/15/release/VC_redist.x64.exe) or [x86](https://aka.ms/vs/15/release/VC_redist.x86.exe)
### Installing
To install Simple DNSCrypt use the latest (stable) MSI packages: [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt.msi) or [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt64.msi).
#### Alternative
https://chocolatey.org/packages/simplednscrypt (maintained by @chantisnake)
### File Signing
The MSI package and the SimpleDnsCrypt.exe are signed via a *COMODO RSA Code Signing CA*.
The files are signed under the name: *Christian Hermann*You also can verify the MSI packages with [minisign](https://jedisct1.github.io/minisign/).
The minisign signatures [x86](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt.msi.minisig) and [x64](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.7.1/SimpleDNSCrypt64.msi.minisig) can be verified with the following command:minisign -Vm SimpleDNSCrypt.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
minisign -Vm SimpleDNSCrypt64.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV### Deinstallation
To uninstall Simple DNSCrypt and dnscrypt-proxy, just go to the Windows Control Panel (Programs and Features) and search for Simple DNSCrypt.
### Updates
Simple DNSCrypt will automatically search for the latest version at startup.
## Translations
Translations are created with [POEditor](https://poeditor.com).
If you can add or correct a language, feel free to do so:[https://poeditor.com/join/project/3frSzJtSqc](https://poeditor.com/join/project/3frSzJtSqc "poeditor.com")
## Screenshots







## Built With
* [Visual Studio 2019](https://www.visualstudio.com/downloads/)
* [.NET Framework 4.6.x](https://www.microsoft.com/net/download/windows)
* [ReSharper](https://www.jetbrains.com/resharper/)
* [Advanced Installer](https://www.advancedinstaller.com/)## Authors
* **Christian Hermann** - [bitbeans](https://github.com/bitbeans)
See also the list of [Contributors.md](Contributors.md) who participated in this project.
If you are a translator, feel free to update this file.## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Used Software and Libraries
- [Baseclass.Contrib.Nuget.Output](https://github.com/baseclass/Contrib.Nuget)
- [Caliburn.Micro](https://github.com/Caliburn-Micro/Caliburn.Micro)
- [ControlzEx](https://github.com/ControlzEx/ControlzEx)
- [Costura.Fody](https://github.com/Fody/Costura)
- [DnsCrypt.Toolbox](https://github.com/bitbeans/DnsCrypt.Toolbox)
- [Fody](https://github.com/Fody/Fody)
- [gong-wpf-dragdrop](https://github.com/punker76/gong-wpf-dragdrop)
- [helper-net](https://github.com/bitbeans/helper-net)
- [MahApps.Metro](https://github.com/MahApps/MahApps.Metro)
- [MahApps.Metro.SimpleChildWindow](https://github.com/punker76/MahApps.Metro.SimpleChildWindow)
- [minisign-net](https://github.com/bitbeans/minisign-net)
- [Nett](https://github.com/paiden/Nett)
- [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
- [NLog](https://github.com/nlog/NLog)
- [notifyicon-wpf](https://bitbucket.org/hardcodet/notifyicon-wpf/src)
- [libsodium-net](https://github.com/adamcaudill/libsodium-net)
- [WPFLocalizationExtension](https://github.com/SeriousM/WPFLocalizationExtension)
- [XAMLMarkupExtensions](https://github.com/MrCircuit/XAMLMarkupExtensions)
- [YamlDotNet](https://github.com/aaubry/YamlDotNet)## Thanks to
* Frank Denis for the development of [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy)
* all users, translators and contributors
* [ReSharper](https://www.jetbrains.com/resharper/) for providing a free open source license
* [POEditor](https://poeditor.com) for providing a free open source license### Contributors
This project exists thanks to all the people who contribute. [[Contributors](Contributors.md)].
### Backers
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/SimpleDnsCrypt#backer)]
### Sponsors
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/SimpleDnsCrypt#sponsor)]