Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/debjitbis08/diceware

Dice generated passphrases and random strings
https://github.com/debjitbis08/diceware

Last synced: about 1 month ago
JSON representation

Dice generated passphrases and random strings

Awesome Lists containing this project

README

        

# Diceware Passphrase & Random String Generator

A [Diceware](http://world.std.com/~reinhold/diceware.html) passphrase and random string generator, implemented in JavaScript,
that allows users to generate secure passphrases and strings using either physical
dice or a [Cryptographically Secure Pseudo Random Number Generator](https://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator) (CSPRNG)
in the browser. It supports both virtual and manual dice rolls for entropy and provides customizable formats of the output.

## Legal

### Copyright
(c) 2024 Debjit Biswas (https://www.debjitbiswas.com/)

### License
The code is available as open source under the terms of the MIT License.

### Warranty
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE.txt file for the specific language governing permissions and limitations under the License.