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.
(c) 2024 Debjit Biswas [email protected] (https://www.debjitbiswas.com/)
The code is available as open source under the terms of the MIT License.
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.