Implementing end to end encryption (react js , laravel) [migrated]
I need to implement end to end encryption between front (reactjs) and back (laravel). What I try to do is encrypt data in front using package cryptojs, send it using axios to backend, in the backend I try to decrypt data using built-in fun… Continue reading Implementing end to end encryption (react js , laravel) [migrated]