diff --git a/handlers/borg.helper.in b/handlers/borg.helper.in
index 5c489d5c444c4eb980e848c31ea41d3bc4142e90..b2f0e22b17ff9a638918704ba95550644dc1e0bf 100644
--- a/handlers/borg.helper.in
+++ b/handlers/borg.helper.in
@@ -105,8 +105,8 @@ do_borg_dest() {
 
 do_borg_enc() {
    radioBox "$borg_title" "Encryption mode" \
-       "none"     "no encryption and no authentication" off \
-       "repokey"  "encryption with a passphrase" on
+       "none"     "no encryption and no authentication" on \
+       "repokey"  "encryption with a passphrase" off
    [ $? = 1 ] && return;
    borg_encryption="$REPLY"