How do i encript and deencript some variables for a saving system?

can somebody help me with this problem?
an expample of what i want to do is transforming a unique text like ex:Eduh/yur/trew/yue/trds
and this text to be divided and each one to be placed on a diferent variable deppending on the order

  1. You are not asking to encrypt/decrypt but to manipulate a string
  2. Use the split text at block to split your string at /, then you have a list of the individual parts,c in order.
  3. Save each of these to your required variables using list blocks

image