Skip to content

Commit

Permalink
window.crypto link cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Feb 15, 2018
1 parent 6c19cbe commit cd77d42
Showing 1 changed file with 1 addition and 1 deletion.
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 <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>");
vFlex.append("<div class='home_description'>Uses the latest <a target='_blank' href='https://www.w3.org/TR/WebCryptoAPI/#dfn-GlobalCrypto'>window.crypto API</a> 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

0 comments on commit cd77d42

Please sign in to comment.