I've used x64dbg to work out decryption in a particular program. I've found where it changes the encrypted material into readable text but can't work out the best way to use this information to convert multiple files.
Is it a standardized encryption method? (eg. blowfish/aes)

It basically copies the file to memory then cycles through this (and one other cycle above it).
Thanks!