Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segovoni/delphisecuresqldatabase
Manage encrypted databases for Delphi applications
https://github.com/segovoni/delphisecuresqldatabase
azure-sql data-protection delphi encryption sql-server
Last synced: 21 days ago
JSON representation
Manage encrypted databases for Delphi applications
- Host: GitHub
- URL: https://github.com/segovoni/delphisecuresqldatabase
- Owner: segovoni
- License: gpl-3.0
- Created: 2024-05-16T10:38:52.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T17:15:24.000Z (4 months ago)
- Last Synced: 2024-11-17T12:42:06.423Z (3 months ago)
- Topics: azure-sql, data-protection, delphi, encryption, sql-server
- Language: TSQL
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Delphi Secure SQL Database
Delphi Secure SQL Database is an open-source project focused on enabling robust handling of encrypted databases in Delphi applications, including seamless management of DML operations on tables with encrypted columns. The project provides support for SQL Server and Azure SQL Database.
## Features
- **Database Encryption**: Manage encrypted databases to ensure data security.
- **Column Encryption with Always Encrypted**: Support for managing columns encrypted using SQL Server's Always Encrypted technology.## Getting Started
To start using DelphiSecureSQLDatabase, clone this repository and refer to the documentation for installation and usage instructions.
## Documentation
For detailed instructions on how to use DelphiSecureSQLDatabase, refer to the [Documentation](link_to_documentation).
## Contributing
Contributions are welcome! If you would like to contribute to DelphiSecureSQLDatabase, please follow the [Contribution Guidelines](https://github.com/segovoni/DelphiSecureSQLDatabase/blob/master/docs/CONTRIBUTING.md).
## Contact
For any questions or assistance, please reach out via the [Issues](https://github.com/segovoni/DelphiSecureSQLDatabase/issues) section in the repository.
## License
This project is licensed under the GNU General Public License (GPL). See the [LICENSE](LICENSE) file for details.