CRMar 12, 2018

An algorithm for hiding and recovering data using matrices

arXiv:1803.05003v1
Originality Synthesis-oriented
AI Analysis

This provides a method for secure data hiding and recovery in cryptography, but it appears incremental as it builds on existing matrix and encryption techniques.

The paper tackles the problem of recovering a matrix from only two of its powers by using known coprime exponents, enabling efficient retrieval with few computational steps, while guessing without exponents is highly costly. It proposes using encrypted exponents via public-key methods like Diffie-Hellman or RSA for secure data conveyance.

We present an algorithm for the recovery of a matrix $\mathbb{M}$ % (non-singular $\in $ $\mathbb{C}^{N\times N}$) by only being aware of two of its powers, $\mathbb{M}_{k_{1}}:=\mathbb{M}^{k_{1}}$ and $\mathbb{M}% _{k_{2}}:=\mathbb{M}^{k_{2}}$ ($k_{1}>k_{2}$) whose exponents are positive coprime numbers. The knowledge of the exponents is the key to retrieve matrix $\mathbb{M}$ out from the two matrices $\mathbb{M}_{k_{i}}$. The procedure combines products and inversions of matrices, and a few computational steps are needed to get $\mathbb{M}$, almost independently of the exponents magnitudes. Guessing the matrix $\mathbb{M}$ from the two matrices $\mathbb{M}_{k_{i}}$, without the knowledge of $k_{1}$ and $k_{2}$, is comparatively highly consuming in terms of number of operations. If a private message, contained in $\mathbb{M}$, has to be conveyed, the exponents can be encrypted and then distributed through a public key method as, for instance, the DF (Diffie-Hellman), the RSA (Rivest-Shamir-Adleman), or any other.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes