For PGP encryption and signature, usually we use PGP command line tools for test purpose and finally use C# application for production. Mine is a Net Core 2.0 console application using NuGet package PgpCore, https://github.com/mattosaurus/PgpCore. PgpCore is based on BouncyCastle.NetCore which supports the standard OpenPGP keys. Here w use the popular GnuPG (GPG) tools to generate OpenPGP key pair. Download and Install GPG for Windows Download from https://gpg4win.org/download.html . By default the installation will create two folders (here we use command line tools only): Gpg4Win UI (Kleopatra): C:\Program Files (x86)\Gpg4win Command line tools: C:\Program Files (x86)\GnuPG\bin Generate a GPG Key Pair For GnuPG 2.2.1 and above: C:\Program Files (x86)\GnuPG\bin> gpg --full-generate-key For old versions of GnuPG: C:\Program Files (x86)\GnuPG\bin> gpg --gen-key Common GPG Commands List public keys: gpg --lis...
Windows Server 2016: Fails to Ping Localhost Issue: ping localhost fails (ipv6 message were seen). Solution: Our system administrator ran Microsoft Fix to give preference to IPv4 over IPv6 https://support.microsoft.com/en-ca/help/929852/guidance-for-configuring-ipv6-in-windows-for-advanced-users SQL Server 2017: Fail to Open Configuration Manager Issue: Cannot connect to WMI provider Solution: http://tritoneco.com/2014/05/15/fix-sql-configuration-manager-cannot-connect-to-wmi-provider The following command must be run as Administrator (140 is for SQL Server 2017): C:\Program Files (x86)\Microsoft SQL Server\140\Shared> mofcomp sqlmgmproviderxpsp2up.mof SharePoint 2016: Unable to Upload Multiple Documents Issue: When directly working on SP 2016 Server, no response when clicking on "Upload files using Windows Explorer instead" Solution: 1. Try to upload files on a client computer where WebClient service is available 2. If working on the SP Server, ple...
We wish to use Single Sign On to pass Windows Authentication through our Intranet site called LibPrograms. Firstly, we need enable Windows Authentication in IIS. In IIS / Sites / LibPrograms / Authentication set as follows: Anonymous Authentication: disabled Windows Authentication: Enabled Secondly, add LibPrograms site to Local Intranet: IE 11 - Internet Option / Security / Local Intranet / Sites / Check Automatically detect intranet work / Advanced / Manually add this site to Local Intranet - Check Custom Level for Local Intranet: scroll down to the bottom, in User Authentication section, make sure Automatic logon only in Intranet zone is selected. Note: there is no such settings in IE Edge - so called "modern" browsers. Chrome Settings / Advanced /Search "proxy" / click Open proxy settings / this is the same one settings as in IE 11
Comments
Post a Comment