MCPcopy Create free account
hub / github.com/HarshCasper/NeoAlgo / decrypt

Method decrypt

Java/cryptography/RailFenceCipher.java:158–268  ·  view source on GitHub ↗

This is a public method used to decrypt cipher using integer key using Rail Fence Cipher algorithm. Process As in Rail Fence Cipher technique, the length of cipher text is equal to plain text, we first make a placeholder rail fence sequence to get an idea of the length of ea

(String cipherText, Integer key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
decryptionFunction · 0.45

Calls 6

pollMethod · 0.80
lengthMethod · 0.45
addMethod · 0.45
isEmptyMethod · 0.45
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected