Compression
Compression is the reversible process for encoding a stream of data so that
is takes up less storage space. For further information see
Data
Compression.
Decoding
Decoding is the term used for the process of converting an RTE file back
into the original source data file.
Encoding
Encoding is the term used for the process of converting a source data file
into an RTE file.
Encryption
Encryption is a process used to encode data to protect it, requiring either
passwords, or key files for the encryption and decryption process. for
further information see
Encryption.
Encryption Phrase
An encryption phrase is a password used as the key for the encryption
process. The same encryption phrase used to encrypt the data is needed
to decrypt the data.
Key File
A key file is any computer file that will be used during the encoding
process to create the RTE file. The same key file will be needed when
decoding the RTE file.
Key Phrase
A key phrase is a password used to create a random stream of data that is
used similarly to a key file during the encoding process to create the RTE
file. The same key phrase used during the encoding process will be
needed during the decoding process.
RTE File
The RTE file is the encoded version of the original source file. This
file can only be decoded using RTEncoder with the same parameters used to
encode the file, be they key files or pass phrases.
RTEncoder
RTEncoder is the software utility used for encoding and decoding RTE files.