automatic
-
Bypassing disk encryption on systems with automatic TPM2 unlock
Have you setup automatic disk unlocking with TPM2 and systemd-cryptenroll or clevis? Then chances are high that your disk can…
Read More » -
Hackers News
SQLite-backed key-value store with JS-like object manipulation and automatic JSON serialization. · GitHub
import Database from ‘better-sqlite3’; //////////////////////////////////////// // 1. Types //////////////////////////////////////// export type SchemaDefinition = Record<string, any>; export interface CreateDBOptions { idColumn?:…
Read More »