Skip to content

vbadev/signTextJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signTextJS

Re-implements window.crypto.signText and exposes it to content

How-To

Install the Firefox Add-On SDK following the directions here. Then, after checking out this repo, use jpm run to run Firefox with the add-on installed or jpm xpi to package the addon. After the add-on has been installed, content scripts that call window.crypto.signText should "just work".

TODO

Add certificate filtering by CA name as in original signText implementation.

About

re-implements window.crypto.signText and exposes it to content

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 3.2%
  • CSS 2.0%