~~NOTOC~~ ====== Encrypt Assets ====== ---- dataentry extension ---- author_mail : matteofumagalli1275@gmail.com Matteo Fumagalli description : Protect your assets. lastupdate_dt : 2015-11-09 # the date you created the extension compatible : v1.7 # the Starling version you tested the extension with depends : # if the ext. depends on others, list them here tags : secure, encrypt # enter a few tags, separated by commas homepage_url : https://github.com/kemondori/kmsecure_starling # if the ext. has an URL (e.g. a Gist-page), add it here download_url : https://github.com/kemondori/kmsecure/releases # a direct link to the download (e.g. the Gist-archive) ---- ===== Overview ===== This is the command-line application that can encrypt files in two ways: Hard and Soft. Hard does the encryption on the whole file and Soft does that only to a part of it (in this case images will be quite corrupted and decrypting will be very fast). A sample for using it with starling is provided. ===== Changelog ===== * //2015/11/12 18:56//: First public version