What technique can you use to safely encode very large numbers?
Convert the number into an exponent.
Round the number to the nearest 10-digit number.
Store the number as a string
Split the number into smaller parts.