Forums

How to protect/secure data in Python (get security in data transit and Motion using PYODBC and ORCLE DB)

Our's is a python based applicaiton which fetches and stores the data from Oracle database using PYODBC module.As per the client requirement, data should be very secure and encrypted with AES(Advanced Encryption Standard) while data in transist and in motion. Could you please any one can help me how to implement this kind of PYODBC(Python)-ORACLE(DB) data security in detail?

Thanks in advance.

Our's is a python based applicaiton which fetches and stores the data from Oracle database using PYODBC module.As per the requirement, data should be very secure and encrypted with AES(Advanced Encryption Standard) while data in transist and in motion. Could you please any one can help me how to implement this kind of PYODBC(Python)-ORACLE(DB) data security in detail?

Thanks in advance.

You should probably check the documentation for pyodbc.