I am working on upgrading an old php system into .net. I am having trouble reading value from a column type of longtext. The data seems to be encrypted and I have no idea what was used to encrypt the data. There are around 1800 rows with this encrypted data in longtext column. I tried to run a select which makes the system unstable mostly but still was able to get the value which is huge for a cell. A typical value looks like this
O:8:"cuesheet":13:{s:2:"db";O:6:"db_log":23:{s:4:"user";O:8:"auth_acl":17:{s:16:"broadcast_groups";a:3:{i:0;s:23:"broadcast_administrator";i:1;s:23:"broadcast_cuesheet_user";i:2;s:21:"onmusic_administrator";}s:2:"db";O:8:"db_mysql":25:{s:6:"_debug";b:0;s:19:"_default_error_mode";N;s:22:"_default_error_options";N;s:22:"_default_error_handler";s:0:"";s:12:"_error_class";s:8:"DB_Error";s:16:"_expected_errors";a:0:{}s:8:"features";a:4:{s:7:"prepare";b:0;s:8:"pconnect";b:1;s:12:"transactions";b:1;s:5:"limit";s:5:"alter";}s:13:"errorcode_map";a:17:{i:1004;i:-15;i:1005;i:-15;i:1006;i:-15;i:1007;i:-5;i:1008;i:-17;i:1022;i:-5;i:1046;i:-14;i:1050;i:-5;i:1051;i:-18;i:1054;i:-19;i:1062;i:-5;i:1064;i:-2;i:1100;i:-21;i:1136;i:-22;i:1146;i:-18;i:1048;i:-3;i:1216;i:-3;}s:7:"phptype";s:5:"mysql";s:14:"prepare_tokens";a:0:{}s:13:"prepare_types";a:0:{}s:16:"prepared_queries";a:0:{}
This is just a small part of the value. Is there anyway of decoding this value.