https://github.com/wberredo/wsse-generator-chrome
A chrome extension that generates x-wsse headers.
https://github.com/wberredo/wsse-generator-chrome
chrome-extension firefox-extension wsse-generator xwsse-header
Last synced: about 1 year ago
JSON representation
A chrome extension that generates x-wsse headers.
- Host: GitHub
- URL: https://github.com/wberredo/wsse-generator-chrome
- Owner: WBerredo
- License: mit
- Created: 2015-11-05T13:26:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T12:58:30.000Z (about 8 years ago)
- Last Synced: 2025-04-10T08:56:03.228Z (about 1 year ago)
- Topics: chrome-extension, firefox-extension, wsse-generator, xwsse-header
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/wsse-generator/piadnaffpgcjalpkfmkpgeamkajfeedc
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WSSE Generator
A chrome extension that generates x-wsse headers
## Installation
Go to the [extension page](https://chrome.google.com/webstore/detail/wsse-generator/piadnaffpgcjalpkfmkpgeamkajfeedc)
on Chrome Web Store to download and install the extension.
### Unpacked extension
If you want to download the zipped package from GitHub, follow the steps below:
- Unzip the file.
- On your Chrome Web Browser, Open (chrome://extensions/) or select the menu `Window > Extensions`.
- Enable developer mode at the top right.
- Click `Load unpacked extension...` and select the source code folder.
- Generate your headers.
## Installing on Firefox
[Installation](./Install_to_firefox.md)
## Usage
To use this generator, you will only need to:
- Fill the fields you want to.
- Choose the automatic options you need.
- Click on 'Generate Header'.
- __Your x-wsse header is on your clipboard.__
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request
## License
[MIT](http://opensource.org/licenses/MIT)