1
0
Fork 0
mirror of https://github.com/iancoleman/shamir.git synced 2026-01-27 08:06:57 +00:00
Find a file
Blender Defender eee000a312
feat: Replace Bootstrap with Tailwind CSS.
As a first step, Bootstrap 3.3.6 has been replaced entirely with Tailwind styles. Against best practice recommendations, the `form-control` class has been preserved by adding `@apply` styles. The layout has been updated to be a tab layout, so each input has more space. The styling of the error message has been updated as well.
2024-05-24 10:16:21 +02:00
src feat: Replace Bootstrap with Tailwind CSS. 2024-05-24 10:16:21 +02:00
.gitignore feat: Add tailwind configuration and npm build script 2024-05-22 12:33:29 +02:00
compile.py Now the compile.py works 2019-12-23 16:04:03 +01:00
license First commit 2016-07-12 09:26:48 +10:00
package-lock.json feat: Add tailwind configuration and npm build script 2024-05-22 12:33:29 +02:00
package.json feat: Add tailwind configuration and npm build script 2024-05-22 12:33:29 +02:00
readme.md Readme added 2016-07-12 09:35:00 +10:00
shamir-standalone.html feat: Replace Bootstrap with Tailwind CSS. 2024-05-24 10:16:21 +02:00
tailwind.config.js feat: Replace Bootstrap with Tailwind CSS. 2024-05-24 10:16:21 +02:00

About

A single page tool for splitting secrets into parts or recreating secrets from existing parts.

Usage

Splitting

Enter the text of your secret into the field.

Copy each individual part to a file.

Distribute the files.

Combining

Gather enough parts to recreate the secret.

Enter the content from each part into the field.

The text of the secret will be displayed under the field.

Developing

After making changes, compile to a single page for offline use with:

python compile.py

Pull requests are welcome.

License

MIT, see license.