-
- Ability to add / remove columns from a predefined list of columns using a contextual menu.
- All columns would appear in this contextual menu as a checklist
- The visible columns would be “checked…
-
Cryptography systems can't have 100% perfectibility everywhere, including entropy, and even if we have a 99% perfect implementation, the missing 1% is what will allow an attacker with enough data to b…
-
Integrate Consultative Committee for Spacecraft Data Systems (CCSDS) Electronic Data Sheets (EDS) into the cFS tool chain and code base. An EDS is a formal machine readable (XML) specification of inte…
-
@aksonov currently we're storing the master key for generating wocky tokens in the `generateWockyToken` method in wocky-client. We should probably be storing that sensitive data somewhere more secure …
-
As of version 0.37 Pokemon Go uses GMS's safetynet feature and I for one can't get past login.
What is the implementation status on safetynet, is this out of scope for microg?
-
> * Base64-encoded IDs (Youtube-like):
> * they are just regular autoincrement IDs displayed in a different format that is trivial to reverse
YouTube IDs are [Base64 encoded using the URL vari…
-
There is a growing number of common map use cases where the existing algorithm isn't working great. So collecting some test cases here to help inform improvements. I've got a new algorithm in mind whi…
-
When the Modal component opens, by default if moves focus on the first focusable element within the modal. This is required for accessibility.
In most of the cases, the first focusable element will…
-
**Update again:**
```rust
pub trait SeedRestriction: private::Sealed + Default + AsMut {}
pub trait SeedableRng: Sized {
type Seed: SeedRestriction;
fn from_seed(seed: Self::Seed) -> …
-
May it be useful to you.
[Disabling Intel ME 11 via undocumented mode](http://blog.ptsecurity.com/2017/08/disabling-intel-me.html#more)