Overview#
When data is passed By-value the original data is copiedChanges made in the function to these copied values do not affect originals
If By-value data is stolen, the original data is still present even if it is Encrypted and the original data is still present can still be derived by decryption.
By-value is in contrast to passed by-reference