Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.04 KB

Diceware Passphrase & Random String Generator

A Diceware 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 (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 [email protected] (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.