enyo
1.0.0
Enyo是一種基於多階段分區的輕質加密算法。 Enyo Cipher表現出對蠻力攻擊的良好抵抗力。它非常適合計算能力是瓶頸的小型應用。
enyoencryption Enyo加密模塊enyodecryption Enyo解密模塊需要Python3。
開放terminal並執行:
pip install enyo開放terminal並執行:
git clone https://github.com/apratimshukla6/enyo.git
cd enyo
pip install --editable . from enyo . enyoencryption import EnyoEncryption
# Third parameter is an optional integer for partition (by default 2), the fourth parameter is optional Boolean for transposition (default False)
test = EnyoEncryption ( "test" , "secretkey" , partition = 2 , transposition = True )
# To print the encrypted text
print ( test . encrypted ) SaSQpN from enyo . enyodecryption import EnyoDecryption
# Third parameter is an optional integer for partition (by default 2), the fourth parameter is optional Boolean for transposition (default False)
test = EnyoDecryption ( "SaSQpN" , "secretkey" , partition = 2 , transposition = True )
# To print the decrypted text
print ( test . decrypted ) test 在創建問題之前,請確保尚未報告/建議。
問題跟踪器僅用於錯誤報告和增強建議。如果您有疑問,請在Discord服務器中詢問它,而不是打開問題 - 無論如何您都會在那裡重定向。
如果您想為Enyo代碼庫或文檔做出貢獻,請隨時訂購存儲庫並提交拉動請求。
如果您不了解文檔中的某些內容,您正在遇到問題,或者您只需要在正確的方向上輕柔地輕推,請隨時加入我們的Discord服務器。