settings icon indicating copy to clipboard operation
settings copied to clipboard

How to get all Settings?

Open JFOC opened this issue 9 years ago • 7 comments

Hello, Any idea how to get all settings, specially when settings is encrypted ? If I am using general db query for encrypted settings only return encrypted data.

JFOC avatar Mar 10 '16 11:03 JFOC

Hi,

Then you have to decrypt it manually by calling decrypt function

edvinaskrucas avatar Mar 10 '16 11:03 edvinaskrucas

Ok. When encryption is set, the key is encrypted too ?

JFOC avatar Mar 11 '16 03:03 JFOC

Key is serialized using key serializer.

edvinaskrucas avatar Mar 25 '16 06:03 edvinaskrucas

It seems I need to change the key without md5, because it will be strange the config name in md5 when listed

JFOC avatar Mar 31 '16 09:03 JFOC

Yes, you have to

edvinaskrucas avatar Apr 01 '16 13:04 edvinaskrucas

Do you think would be great if there is an option to switching from md5 and no md5 version ?

JFOC avatar Apr 03 '16 06:04 JFOC

It should work if you are not using contexts

edvinaskrucas avatar Apr 04 '16 03:04 edvinaskrucas