eff_passphrase 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +3 -0
- data/lib/eff_passphrase/version.rb +1 -1
- data/wordlists/eff_large_wordlist.txt +7776 -0
- data/wordlists/eff_short_wordlist_1.txt +1296 -0
- data/wordlists/eff_short_wordlist_2_0.txt +1296 -0
- data/wordlists/unsafe_extremely_small.txt +4 -0
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ecd3f5efa336b4d609fd386673d7990300cb14fffba1294827ff7ed7382ea1aa
|
|
4
|
+
data.tar.gz: c162d6ad06aa60a1b91763ca0f781865d5a03fd816340c9992c2a446dff7af1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42cd4446fdcc76484a32453fc12e5b12dc2684137b99d1b7c77d57ef34bcdbcabce1c959f8724393eff24035205ca5254a5b5022ccd67cf95cee1c981f9f78c6
|
|
7
|
+
data.tar.gz: 928ee356bba14c2cc9a390dcfb8b34a415fb342a661ad4757745368fabf4713d0bfb1d9d6cf06cf55c9b2dbbca0cb793b77a489238adc54c9514d761ba08755e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -2,6 +2,9 @@ This repository contains a very simple Ruby library for using the EFF's [Dicewar
|
|
|
2
2
|
|
|
3
3
|
"EFF®" is a registered trademark of the [Electronic Frontier Foundation](https://www.eff.org/). This repository and project are in no way affiliated by, endorsed by, or associated with the Electronic Frontier Foundation Foundation.
|
|
4
4
|
|
|
5
|
+
[](https://github.com/instrumentl/eff_passphrase/actions/workflows/ci.yml)
|
|
6
|
+
[](https://badge.fury.io/rb/eff_passphrase)
|
|
7
|
+
|
|
5
8
|
## Usage
|
|
6
9
|
|
|
7
10
|
## Installation
|