Also I noticed when comparing files the following is missing from admin/includes/functions/general.php

if (function_exists('dbenc_is_encrypted_value_key') && dbenc_is_encrypted_value_key($key)) {
$value = dbenc_decrypt($value);

I have no idea what it means but seeing as it's a beta I thought I'd check it was intentional.

Thanks