Skip to content

Commit

Permalink
link window.crypto API
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Feb 7, 2018
1 parent 6f2c8c2 commit ead073b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion js/DivControllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function HomeController(div) {
hFlex.append("<img style='height:175px; margin-right:20px;' src='img/key.png'>");
var vFlex = $("<div class='flex_vertical width_100'>").appendTo(hFlex);
vFlex.append("<div class='home_label'>Strong cryptography</div>");
vFlex.append("<div class='home_description'>Uses the latest window.crypto API available in browsers which provides access to a cryptographically secure random number generator. This allows generation of random values as seeds for your keys.</div>");
vFlex.append("<div class='home_description'>Uses the latest <a target='_blank' href='https://www.w3.org/TR/WebCryptoAPI/#dfn-GlobalCrypto'>window.crypto</a> API available in browsers which provides access to a cryptographically secure random number generator. This allows generation of random values as seeds for your keys.</div>");

// download section
pageDiv.append("<div style='height: 70px'>");
Expand Down
3 changes: 0 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
v0.1.3
link window.crypto API on homepage

v0.1.4
passphrase-protect/split arbitrary text
support json as text input
Expand Down

0 comments on commit ead073b

Please sign in to comment.