gwatts / chrome-ansible

Chrome extension to allow in-browser decryption of Ansible vaults

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Vault Chrome Extension

This Chrome extension adds a button to Github pages to allow in-browser decryption of Ansible vaults.

All decryption is done in-browser (nothing is transmitted over the network) and passwords are cached only in-memory (ie. they'll have to be re-entered after restarting Chrome) and are not accesible to any web resources (including github javascript).

NOTE: This extension is not affiliated with Ansible, Inc. in any way.

Installation

Download the release version from the Chrome store, or clone this repo and enable developer mode in Chrome to load as an unpacked extension.

License

The extension is licensed under a 2-part BSD license.

It includes the jQuery and SJCL libraries, which have their own licenses.

About

Chrome extension to allow in-browser decryption of Ansible vaults

License:Other


Languages

Language:JavaScript 97.4%Language:HTML 2.6%