Skip to content

Instantly share code, notes, and snippets.

View djon3s's full-sized avatar
💭
Aspiring to kindness and simplicity.

danzacjones djon3s

💭
Aspiring to kindness and simplicity.
  • Sydney
  • 02:08 (UTC +10:00)
View GitHub Profile
@djon3s
djon3s / index.html
Created January 11, 2023 05:13 — forked from defims/index.html
pure css mindmap with nest list element.
<div class="topic">
topics
<ul>
<li>this is a long subtopic and conetent</li>
<li>topic2</li>
<li>topic3</li>
<li>topic4</li>
<li>topic5</li>
<li>topic6 it's also very long</li>
<li>topic7</li>
@djon3s
djon3s / gist:7317829
Last active December 27, 2015 11:19
Some ways to use GPG in a disastrous manner.
For the follow test I am using gpg (GnuPG) 1.4.12. Earlier versions (especially pre-November 2011) reportedly have more problems but I have yet to test.
Observe that the key-id 0x70096AD1 is a key-id collision. http://pgp.mit.edu:11371/pks/lookup?search=0x70096AD1
What happens when we gpg --recv-key 70096AD1?
We receive two keys.
What happens when we try to encrypt to 70096AD1?