Пожалуйста, обратите внимание, что пользователь заблокирован
I have marketing service database where it stores the company's email access like this
But Passwords are encrypted, any way to identify what type of encryption?
"email_account": [
{
"id" : 3,
"company_id" : 1,
"email" : "morgan@morgan.com",
"from_name" : "Morgan",
"smtp_address" : "smtp.morgan.com",
"port" : 587,
"authentication" : 1,
"secure_connection" : "TLS",
"password" : "XsXhbRI8qETlxrNwIoMW9A==",
"creation_time" : "2021-02-04 21:22:06",
"deleted_date" : null,
"signature" : "i dont want HTML"
},
But Passwords are encrypted, any way to identify what type of encryption?
"email_account": [
{
"id" : 3,
"company_id" : 1,
"email" : "morgan@morgan.com",
"from_name" : "Morgan",
"smtp_address" : "smtp.morgan.com",
"port" : 587,
"authentication" : 1,
"secure_connection" : "TLS",
"password" : "XsXhbRI8qETlxrNwIoMW9A==",
"creation_time" : "2021-02-04 21:22:06",
"deleted_date" : null,
"signature" : "i dont want HTML"
},