// The NoCrypt class is being used here because not everyone
// has the java security classes required by Crypt installed
// and we want them to be able to run the examples out of the
// box.
getSecuritySettings().setCryptFactory(
new ClassCryptFactory(NoCrypt.class, ISecuritySettings.DEFAULT_ENCRYPTION_KEY));
getDebugSettings().setDevelopmentUtilitiesEnabled(true);
}