SkillAgentSearch skills...

Shamir

Shamir Secret Sharing Scheme in single page which can be used offline.

Install / Use

/learn @iancoleman/Shamir
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars259
CategoryDevelopment
Updated17d ago
Forks91

Languages

HTML

Security Score

95/100

Audited on Mar 4, 2026

No findings