can anyone please help me with best process to follow when rotating app key to make sure all encrypted data works fine after rotation and all the values are re-encrypted?
1 - I see this was planned in the past but seems like the idea was dropped - https://github.com/laravel/framework/pull/37070
2 - I can use this though it requires old key - https://gist.github.com/themsaid/ef376d7642be69c1110a0a49b0beb0ea
issue with this would be that all the data can still be decrypted with old code until all are re-encrypted
any possible solution to change all data at once after rotating keys?