Updated Base64 converter so that it no longer will make any outbound requests and still retains the ability to accept and convert external media. Now it can convert external media privately.
Added a functional Base64 converter that can convert a wide array of local media to Base64 privately. Note: There is capability to use external media but that functionality may not work with some browsers. It also means that a VPN/Proxy is recommended for privacy when utilizing that functionality as it does not make requests from a back-end server but directly from your browser.
Update: See update above