A handy encode/decode tool for multiple formats.
Encoding Smith is a Chrome extension utility handles multiple encoding methods. Encode/decode to multiple formats at same time and does not require Internet connection.
- Sass
- Gulp
- Browser Sync
- Lodash
- Bows
- Node.js and NPM
- gulp NPM module
- Execute
npm install
- Execute
gulp
which will perform 'build' and starts 'watch' and 'server' tasks.
-
Use Revox as design guide: http://pages.revox.io/dashboard/latest/html/form_elements.html
-
HTML Entity Encoder: http://www.w3schools.com/tags/ref_urlencode.asp
-
Upside Down: http://www.web2generators.com/text-related-tools/write-upside-down
-
HTPasswd Generator: http://www.web2generators.com/apache-tools/htpasswd-generator
-
MD5 encode/decode tool: http://md5decrypt.net/en/
-
Various of character encoding/escaping: http://www.the-art-of-web.com/javascript/escape/
-
Various of checksum methods: http://codepen.io/ImagineProgramming/post/checksum-algorithms-in-javascript-checksum-js-engine
- TBA
- Upside Down text
- Zalgo (http://stackoverflow.com/questions/6579844/how-does-zalgo-text-work)
- TEA (different versions)
- Add favicon
- Avoid calculate encoding options that are set to hidden, however make sure that when the option been toggled to enbale, the encoded value is avaiable/current.
- Error notification when something's wrong
- Save user's toggle option
- TBA