I encrypted my Artix boot drive out of curiosity during installation, but encountered issues. Firstly, it often fails to accept my password, requiring multiple retries. Secondly, it takes around 60 seconds to process the password, causing inconvenience during frequent reboots. Can I remove the encryption? Is there a way to bypass the 60-second wait? Can I change the password to something simple like "1" for convenience, considering the encrypted drive only contains Artix?
Do you have /boot encrypted too?
Rather than reinstall, if it would mean a lot of work recreating the system, after unencrypting, you could copy the partition contents to a normal partition (possibly to an external drive at first if required) then chroot in, edit /etc/fstab, mkinitcpio -P, grub install / update or whatever if needed, to make it bootable again.
According to this Arch Wiki page you can unencrypt although you should back up first:
https://wiki.archlinux.org/title/Removing_system_encryption (https://wiki.archlinux.org/title/Removing_system_encryption)
Some other tweaks might be needed afterwards similar to above, don't know, never tried.