Results 6 issues of RobLinux

Hello, Thanks for the marvelous tool! Only thing I miss is the opportunity to have both side to side two views : like HEX / ASCII, ASCII / RASTER, ......

good first issue

### Steps to reproduce 1. Open tar file using `TarInputStream ts = new TarInputStream(fs, Encoding.UTF8)` 2. Read first entry `while(ts.Position != ts.Length && (tarEntry = ts.GetNextEntry()) != null)` 3. Try...

enhancement
tar

I'm trying to get this example working (cyberchef link) : https://tinyurl.com/y3avb7w6 in botan. I've tried this : `std::unique_ptr enc = Botan::AEAD_Mode::create("AES-256/GCM", Botan::DECRYPTION); enc->set_key(unwrappedKey.GetBytes(), (std::size_t)unwrappedKey.Size()); enc->start_msg(nullptr, 0); Botan::SecureVector secEncrypted(cryptedData.GetBytes(), cryptedData.GetBytes() +...

Hello and thanks for providing work to this extension. I hoped that buildvision would show the progress of the build of the current project. i.e. I have a solution containing...

features

added 3 more rounds of precision in FromString

Apple has ASN.1 times encoded in this format `20171017112741.65904593Z`. If we read it with BC it will throw an exception, because the highest handled precision handled Asn1GeneralizedTime.cs is `case 23:...