Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari authored Oct 5, 2020
1 parent d179a57 commit 37afb21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ Generate an eight-character alphanumeric password:

```

the result will be:

```clojure
example.security=> (generate-password 8)
"7gHY2N4s"
Expand Down Expand Up @@ -118,8 +116,6 @@ Generate an [XKCD-style passphrase](https://xkcd.com/936/):
(lower-case)))
```

the result will be:

```clojure
example.security=> (generate-passphrase 5)
"uniaxally intercarrier straddleback basihyoid unhusk"
Expand All @@ -136,8 +132,6 @@ Generate a hard-to-guess temporary URL containing a security token suitable for
(str "https://mydomain.com/reset=" (token-urlsafe n)))
```

the result will be:

```clojure
example.security=> (generate-password-recovery-url 32)
"https://mydomain.com/reset=3kOJuScK1mHyxXWnuMBAUQaIEdsBUluQBR-3Zlvv8XQ"
Expand Down

0 comments on commit 37afb21

Please sign in to comment.