OpenMined / TenSEAL

A library for doing homomorphic encryption operations on tensors
Apache License 2.0
837 stars 158 forks source link

Text Matching with TenSEAL #486

Open sasal123 opened 4 months ago

sasal123 commented 4 months ago

Question

What is the best method to match a given string (plaintext) with already encrypted string? (e.g. matching usernames in login process)

Further Information

In my implementation, the matching process is working sometimes but not in others.

Screenshots

If applicable, add screenshots to help explain your question.

System Information

Additional Context

Add any other context about the problem here.