Daniel Fisher
Daniel Fisher
I started using the project pretty early to build what I call interactive UI. You can start the console application with a global option named `--interactive`. I step in when...
It would be nice if the asn1editor would check for a OID.txt file in `%UserProfile%\AppData\Roaming\Asn1Editor\OID.txt` and use the one next to the exe as fallback.
Fixed typo and rephrased for clarity
I created a working version for VisualStudio 2022. 1. Changed Solution for VisualStudio 2022. 2. Changed Target Frameworks to .NET 4.8 3. Added VS2022Lib which references VisualStudio 2022 extensibility assemblies....
To use it with a CSP (Content Security Policy) Http Header it would be nice to have the integrity hash value in the script tag.
Thanks for the nice console application! I use the app shared with family members and to clean up from time to time I needed a way to remove completed tasks,...
I created an account about 2 years ago. My password is 42 characters long. Today I tried to log in and failed.  **You have, created a length limitation of...
I have an enum type: ```csharp public enum JsonWebSignatureAlgorithmType { Unsupported = 0, Hs256 = 1, Hs384 = 2, Hs512 = 3, Rs256 = 10, Rs384 = 11, Rs512 =...
In cryptography, PKCS#7 is a standard syntax for storing signed and/or encrypted data. PKCS#7 is one of the family of standards called Public-Key Cryptography Standards created by RSA Laboratories. It...