Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 1c0d158

Browse files
committed
v0.0.3
1 parent 76675ef commit 1c0d158

File tree

2 files changed

+81
-2
lines changed

2 files changed

+81
-2
lines changed

SIGNED.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
##### Signed by https://keybase.io/max
2+
```
3+
-----BEGIN PGP SIGNATURE-----
4+
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
5+
Comment: GPGTools - https://gpgtools.org
6+
7+
iQEcBAABCgAGBQJTj0EUAAoJEJgKPw0B/gTfpoUH/iAgZVMwsh70xf0OCdOVJWrK
8+
7BI3VR4v62y4zTl+bjHRcZI8r5K00Yf+nTGIIzPyic0O6lg/VQPO1FU7Q3eQGg5p
9+
g0ZyTUovnryapoIJCZYjSskr8zXvGt6gPKF1cQ+0YHRp68pI9PDepEgw90EbDu89
10+
SBguN5seueIJw5RMn2IdPCOAjw+3vPDNI/KdVgwARaACcA2OOjDxNu/9PFxsV+0b
11+
twwG0ZDxGeTaAU3wfxvug1fKDqjEwAhnd2U+W4wDJyBqua1xWAF4cIDNY3DjGc74
12+
DZ8quZGVR0PyhiqFstIx8OS+tUVkgxJHHVp6EOOfHj7cWfSTfBxMDUjjKmU0mA8=
13+
=QQ7t
14+
-----END PGP SIGNATURE-----
15+
16+
```
17+
18+
<!-- END SIGNATURES -->
19+
20+
### Begin signed statement
21+
22+
#### Expect
23+
24+
```
25+
size exec file contents
26+
./
27+
107 .gitignore f5c3f45c2ad04fe63c9365f970a37b27d39ed721b71e889ff8f2b610143a7905
28+
1074 LICENSE a431ce5edcc96f2047072de28425e99163465d8ac0484b6cf54a9aa55231a16e
29+
217 Makefile 6721d873ee6a7d80da5d8d1df66bfdf3f8365396bad705c13683ef95979a984a
30+
3596 README.md 59a50463a5fb6fa3904532001c9190cc4ec9a9e12e456f287b096ec78d015202
31+
lib/
32+
5698 generator.js e958adddfedd4e92e8778670d01323085a14abef3f16fc7212abf7f366b3e3e4
33+
132 main.js 6db8bf9163e15abaf89a4af5b50afa2fd0f1a552adc94f069a6c1d393fc9fd79
34+
632 package.json e0a86aa1c1fac02c17e5087ca033d5cd9b3c98138fac16ea98da5ed61271ab7a
35+
src/
36+
2078 generator.iced 68ae5500546c6fa7570361fb8ff60d50e85d965c761f5a4307ad477f9020aaeb
37+
57 main.iced a246ca8c283f8023ae8379262178664ed69399b06307c9832b3993243e7296c5
38+
test/
39+
129 test.iced 63f498807580e02536ca665c3b48dae6080388420ad410417d05aa172ef95b55
40+
```
41+
42+
#### Ignore
43+
44+
```
45+
/SIGNED.md
46+
```
47+
48+
#### Presets
49+
50+
```
51+
git # ignore .git and anything as described by .gitignore files
52+
dropbox # ignore .dropbox-cache and other Dropbox-related files
53+
kb # ignore anything as described by .kbignore files
54+
```
55+
56+
<!-- summarize version = 0.0.8 -->
57+
58+
### End signed statement
59+
60+
<hr>
61+
62+
#### Notes
63+
64+
With keybase you can sign any directory's contents, whether it's a git repo,
65+
source code distribution, or a personal documents folder. It aims to replace the drudgery of:
66+
67+
1. comparing a zipped file to a detached statement
68+
2. downloading a public key
69+
3. confirming it is in fact the author's by reviewing public statements they've made, using it
70+
71+
All in one simple command:
72+
73+
```bash
74+
keybase dir verify
75+
```
76+
77+
There are lots of options, including assertions for automating your checks.
78+
79+
For more info, check out https://keybase.io/docs/command_line/code_signing

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "more-entropy",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Generate more entropy to combine with Node's crypto.rng or window.crypto",
55
"homepage": "https://github.com/keybase/entropy",
66
"repository": {
@@ -26,4 +26,4 @@
2626
"url": "http://www.opensource.org/licenses/mit-license.php"
2727
}
2828
]
29-
}
29+
}

0 commit comments

Comments
 (0)