We are using the following code to encrypt data in Java, and trying to convert the logic to PHP. The data encrypted with one language cannot be decrypted with the other language. Is there any difference? My Java class
StackOverflow Latest Questions
First of all, I use Gedmo’s softdeletable to manage deleted entities. Also I have my own EntityField: namespace App\Form\Fields; use Symfony\Bridge\Doctrine\Form\Type\EntityType; use Symfony\Component\Form\AbstractType; class EntityField extends AbstractType { public function configureOptions(OptionsResolver $resolver): void { ...