I am trying to incorporate a simple encrypting processor for Apache Nifi. I am using the Script Processor module to include a Python script that does the function on encrypting and decrypting with AES. I am having trouble loading the module PyCryptodome (I also tried pycrypto), that was offering me the functionality. I have read that this module cannot be loaded as it is not pure python, which is, aparently, not supported by Nifi.
Any suggestion of what can I use as an alternative to this module?