Knapsack Encryption
May 12, 2024 · 3 min read · ALGORITHM: STEP 1: DEFINE A SUPER-INCREASING SEQUENCE. The super-increasing sequence is the user's private key. """ Function that generates a super-increasing sequence of n values. This n value is provided via user input. The super-increasing sequenc...
Join discussion