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