You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A language is required that allows data processing. LUA may be a good option.
An important requirement after processing is encryption. The data packages should be encrypted before they are distributed. The process should be as follows:
Context: Project
Step 1: Create the data package via a LUA script
Step 2.1: Encrypt the data package with a given key and algorithm
Step 2.2: Distribute the data package to a given sink
The data format should allow for extensions of encryption and sinks. At least RSA Encryption, a file sink and a HTTP sink should be created. Step 2 should have a cardinality of many, meaning that multiple sinks with their respective encryption scheme are possible.
The text was updated successfully, but these errors were encountered:
A language is required that allows data processing. LUA may be a good option.
An important requirement after processing is encryption. The data packages should be encrypted before they are distributed. The process should be as follows:
Context: Project
Step 1: Create the data package via a LUA script
Step 2.1: Encrypt the data package with a given key and algorithm
Step 2.2: Distribute the data package to a given sink
The data format should allow for extensions of encryption and sinks. At least RSA Encryption, a file sink and a HTTP sink should be created. Step 2 should have a cardinality of many, meaning that multiple sinks with their respective encryption scheme are possible.
The text was updated successfully, but these errors were encountered: