Skip to content

Commit

Permalink
docs: fix the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Feb 10, 2024
1 parent 7233f02 commit 0fc0c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ SCRAM-SHA-256
===============================================================================

This is a password-encryption tool for PostgreSQL with [SCRAM-SHA-256](https://www.postgresql.org/docs/current/auth-password.html).
You can encrypt your raw password by the command-line tool or the [GitHub Pages](https://supercaracal.github.io/scram-sha-256/).

## Installation
Please download an executable file from [release pages](https://github.com/supercaracal/scram-sha-256/releases).
Expand Down
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<script src="/scram-sha-256/script.js"></script>
</head>
<body>
<div class="block">
<h1>scram-sha-256</h1>
<h2>a password-encryption tool for PostgreSQL</h2>
</div>
<div class="block">
<input type="password" value="" id="raw-password" />
<input type="button" value="encrypt" id="encryption-button" />
Expand Down

0 comments on commit 0fc0c2d

Please sign in to comment.