Results 15 comments of sdrapkin

@CodesInChaos Interesting thoughts, thx. Personally, I don't trust preferences that infer trust based on slippery-slope of which team might hypothetically be maintaining what, and what hypothetically should happen in case...

@kgamecarter I did not understand your commentary - perhaps you could clarify. Let me expand the example: ```csharp void Main() // LinqPad 6 v6.9.7 x64 beta { var list =...

It's not a matter of figuring out how to dump private fields in Linqpad - it's a matter of providing a correct (as-advertised) implementation of `.Dump()` for `Uncapsulate().Dump()`. Unlike `Util.ToExpando()`,...

This was already discussed in #33, as @philipag mentioned. IMHO the likely options for you are: 1. Do nothing (keep using v1.5.3) 2. Opportunistically or holistically decrypt with v1.5.3 and...

Hi, I assume when you say "CRT" you actually mean [CTR](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#CTR), which is the AES block-encryption mode used in Inferno. Your understanding is correct - Inferno uses AES with 256bit...