| Recommend this page to a friend! | 
| All requests  | 
> | Read encrypted data | > | Request new recommendation | > | > | 
 by Juan C. Alvarez - 2 years ago (2023-03-08)
+2  | I am preparing a script to run several cron processes. A MySQL table stores companies' smtp credentials and passwords encrypted using the crypto algorithm 'aes-256-cbc'. The idea is to read the encrypted info to use it for sending scheduled messages.  | 
+1  | 
 You just need to use the same algorithm to decrypt the credentials that you used to encrypt those credentials.  | 
| Recommend package | |
| 
 |