Skip to main content
. 2024 Feb 16;24(4):1264. doi: 10.3390/s24041264
Algorithm 1: Secure password transmission.

Input: Steganography password P, User’s OTP K

Output: Decrypted password P for sensitive data access

  • 1 
    CPPK;
  • 2 
    CP→ Transmit (B1 → B2);
  • 3 
    B2← Wait;
  • 4 
    PCPK;
  • 5 
    ⇒ Access sensitive data;