Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turbo package for encryption and decryption of the data. #62

Open
SkidGod4444 opened this issue Nov 22, 2024 · 3 comments
Open

Turbo package for encryption and decryption of the data. #62

SkidGod4444 opened this issue Nov 22, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SkidGod4444
Copy link
Owner

To securely store encrypted data in our database, you can use AES-256 (Advanced Encryption Standard) for symmetric encryption.
And to do this, create a turbo package that is simple to use on both the frontend and backend.

@SkidGod4444 SkidGod4444 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 22, 2024
@sadam-m
Copy link

sadam-m commented Nov 23, 2024

You can do encryption before storing the data into the database.What's the use of having a turbopackage?.

@SkidGod4444
Copy link
Owner Author

You can do encryption before storing the data into the database.What's the use of having a turbopackage?.

@sadam-m for that, you need to learn tubo packages use case. In short, we can share that single func/sdk across different apps.

@SkidGod4444
Copy link
Owner Author

assigning to @sadam-m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants