I know as a programmer that is rare for someone to do, but I actually need it and can not at all so someone needs to convert this small function cryptography python for delphi
function: ` from Crypto.Cipher import Blowfish
class Blowfish(object):
cipher = None
def __init__(self, key, mode = Blowfish.MODE_ECB):
self.cipher = Blowfish.new(key, mode)
def encrypt(self, texto):
encriptar = self.cipher.encrypt(texto)
return encriptar `
one example key = 123key text = hi man result = ìûÕ]–•¢
I peopl much times because I tried to do in Delphi and always shows me different results then do better and ask for someone who understands python / delphi
thank so much!