I am trying to figure out how I can encrypt my local storage data from users. This is my cart storage in LocalStorage:

I use the server-side client to display my items in the cart but I don't want this data to be visible to every user so I want to encrypt them but I don't find a way how I can encrypt them with vanilla javascript. If you have any suggestions I will appreciate it, thank you!