![]() |
| 𝐋𝐢𝐬𝐭 𝐨𝐟 𝟓𝟎 𝐓𝐨𝐩 𝐃𝐢𝐠𝐢𝐭𝐚𝐥 𝐅𝐨𝐫𝐞𝐧𝐬𝐢𝐜𝐬 𝐓𝐎𝐎𝐋𝐒 . | |
| 1. Autopsy: https://www.autopsy.com/ | |
| 2. EnCase: https://lnkd.in/dRwh9VwZ | |
| 3. AccessData Forensic Toolkit (FTK): https://lnkd.in/dwhkAFKt | |
| 4. X-Ways Forensics: https://www.x-ways.net/ | |
| 5. Sleuth Kit: https://www.sleuthkit.org/ | |
| 6. Volatility: https://lnkd.in/dXX7-Vwc | |
| 7. Wireshark: https://www.wireshark.org/ | |
| 8. Cellebrite UFED: https://lnkd.in/dqm7x8cs |
| ============================================================================ | |
| https://www.sans.org/tools/ | |
| ============================================================================ | |
| FTK Imager, ANJP, EZ Tools, SIFT, Regripper, Windows Event Log Explorer, Volatility, Plaso, DensityScout, SigCheck | |
| ============================================================================ | |
| Live System Analysis for computers with Windows 10 operating system with tools such as Sysinternals, Powershell, WM | |
| Collecting triage data and parsing methods with KAPE | |
| Physical Imaging with FTK Imager | |
| Logical Imaging with FTK Imager | |
| Memory Imaging with FTK Imager, DumpIT, WinPmem |
| // ==UserScript== | |
| // @name Jitai | |
| // @version 1.3.2 | |
| // @description Display WaniKani reviews in randomized fonts, for more varied reading training. | |
| // @author Samuel (@obskyr) | |
| // @copyright 2016-2018, obskyr | |
| // @license MIT | |
| // @namespace http://obskyr.io/ | |
| // @homepageURL https://gist.github.com/obskyr/9f3c77cf6bf663792c6e | |
| // @icon http://i.imgur.com/qyuR9bD.png |
Pairings can be used for all kinds of advanced cryptographic schemes such as Encryption (Identity-based, Attribute-based, Predicate-based, etc.), Signatures, Zero-Knowledge Proofs, etc. It is in no particular order.
Provides multiple types of Elliptic Curve groups with appropriate pairings on top of them. Code repository resides here.
License: LGPL
Language: C
Thesis: On the Implementation of Pairing-Based Cryptography by Ben Lynn (2007)
Make a circle circle pack to fill any arbitrary shape (loaded from an SVG file) inspired by http://mathematica.stackexchange.com/questions/40334/generating-visually-pleasing-circle-packs
Live example: http://bl.ocks.org/gouldingken/8d0b7a05b0b0156da3b8
Gist: https://gist.github.com/gouldingken/8d0b7a05b0b0156da3b8
The same approach using squares instead of circles: http://bl.ocks.org/gouldingken/25df41d631a3557d80b7
An experimental animation where cards slide through a glowing beam and transform into code. Inspired by the awesome Evervault visuals ✨
A Pen by BL/S® Studio on CodePen.
| //#region: Markdown parsing utils | |
| import rehypeFormat from "rehype-format"; | |
| import rehypeStringify from 'rehype-stringify'; | |
| import remarkGfm from "remark-gfm"; | |
| import remarkParse from 'remark-parse'; | |
| import remarkRehype from 'remark-rehype'; | |
| import { unified } from 'unified'; | |
| export async function parseMarkdown(textToParseIntoMarkdown: string): Promise<unknown> { | |
| const markdownProcessor = unified() |
| // ==UserScript== | |
| // @name Medium Paywall Bypass | |
| // @namespace Violentmonkey Scripts | |
| // @run-at document-start | |
| // @match *://*.medium.com/* | |
| // @match *://medium.com/* | |
| // @match *://*/* | |
| // @grant none | |
| // @version 2.4 | |
| // @inject-into content |
