]> ###2024.12.18 - Bumped version to age v1.2.1 ###2024.06.16 - Bumped version to age v1.2.0 ###2023.06.15 - Bumped version to age v1.1.1 ###2022.12.26 - Bumped version to age v1.1.0 ###2021.09.06 - Bumped version to age v1.0.0 ###2021.06.15 - Bumped version to age v1.0.0.-rc3 ###2021.06.10 - Fixed age-keygen error ###2021.06.05 - Initial release based on age v1.0.0-rc.2 rm -f $(ls &plugin;/&name;*.txz 2>/dev/null|grep -v '&version;') &gitURL;/packages/&name;-&version;.tgz &md5; **age** Is a simple, modern and secure file encryption tool. It features small explicit keys, no config options, and UNIX-style composability. You can get more details here: https://github.com/FiloSottile/age For examples how to use age please visit the support thread. if [ ! -f /boot/config/key.age ]; then echo echo "---Creating 'key.age'---" age-keygen -o /boot/config/key.age > /dev/null 2>&1 echo echo "----------------------------------------------------------------------------" echo "-----'key.age' successfully created in directory '/boot/config' please------" echo "--------------make sure to also save this key somewhere save!---------------" echo "----------------------------------------------------------------------------" echo echo "---------ATTENTION - ATTENTION - ATTENTION - ATTENTION - ATTENTION----------" echo "---IF YOU LOOSE THIS KEY YOU CAN'T DECRYPT FILES ENCRYPTED WITH THIS KEY!---" echo "---------ATTENTION - ATTENTION - ATTENTION - ATTENTION - ATTENTION----------" else echo echo "----------------Found existing 'key.age' in '/boot/config'!-----------------" fi echo echo "------------------------------" echo "-------Uninstalling age-------" echo "------------------------------" # Remove plugin related files removepkg &name;-&version;.tgz rm -rf &plugin; echo echo "----------------------------------------------------------" echo "--------------------age uninstalled!----------------------" echo "----------------------------------------------------------" echo echo "------ATTENTION - ATTENTION - ATTENTION - ATTENTION-------" echo "---Please don't forget to save your 'key.age' file that---" echo "---is located in your config directory on your USB Boot---" echo "------device if you have somewhere encrypted files!-------" echo "------ATTENTION - ATTENTION - ATTENTION - ATTENTION-------" echo