The stream encryption module exports universal (encapsulating the necessary operations in a way independent of the selected stream encryption algorithm) functions make_crypt_key_table (creates a key table), encrypt_buffer (encrypts the buffer in the input program) and decrypt_buffer (decrypts the buffer in the output program).
Due to such unification of the interface, any of the known stream encryption algorithms in cryptography can be used in the Extra Systems Cypher Net system. Currently, our program contains the RC4 algorithm, but in the future, we plan to implement a number of other algorithms, so that customers will be given the opportunity to choose in this regard.
The content of this page is also available in French, German, Ukrainian and Russian.
© Extra Systems, 2024 |