2021SC@SDUSC PALISADE open source library CKKS code analysis Advanced Code steps

2021SC@SDUSC catalogue introduce General steps 1. Enable TIC-TOC timing measurement 2. Define the functions and methods to be used 3. "EXACTRESCALE" and "APPROXRESCALE" 4.HYBRID switching technology 5. Zoom operation 6. Manual readjustment demonstration introduce         &n ...

Posted by CFennell on Tue, 30 Nov 2021 16:18:26 -0800

GUI Orthogonal Latin Square+2-D Arnold Scrambled Image Encryption

GUI Orthogonal Latin Square+2-D Arnold Scrambled Image Encryption 1. Introduction 1 Purpose of digital image scrambling Up to now, more mature information hiding algorithms are basically based on images as carriers. Image scrambling, as the name implies, is to scramble the image to hide the real content of the original image. Digital image ...

Posted by sir nitr0z on Sat, 09 Oct 2021 09:55:52 -0700

Research series of text encryption algorithms based on chaotic mapping

preface The previous article introduced the basic knowledge of chaos, including three classical chaotic maps and Hodgkin Huxley model. This paper will introduce text encryption based on chaotic mapping. This chapter first introduces the cryptosystem based on the traditional DES algorithm and the typical text cryptosystem based on chao ...

Posted by guyfromfl on Tue, 21 Sep 2021 18:18:28 -0700

Image steganography in FFT domain based on bmp file format

Algorithm overview The programming language used in this program is C#. C #'s Aforge.imaging library was initially used. After many debugging and algorithm function analysis, it is found that there are great problems in the implementation of FFT in the library. It can only transform the picture Fourier, but not the inverse transform. And ...

Posted by fatalcure on Sun, 12 Sep 2021 13:39:03 -0700