0 votes
by (120 points)

We are trying to implement file encryption on file at rest. All files uploaded on sfpt will be encrypted using PGP or other encryption methods and automatically decrypted after download on client computers. Is there a way to accomplish this on Buru SFTP?

Applies to: Buru SFTP Server

1 Answer

0 votes
by (1.9k points)

Encryption of files at rest is not supported by Rebex Buru SFTP Server.

by (120 points)
Is thre a workaround we can do to accomplish this? Do you have other recommendations?
by (1.9k points)
Since such functionality is not part of SFTP protocol, you'd need additional layer both on client and server to achieve this. If you only need to secure data on the server without E2E encryption, you can always use protection methods such as BitLocker (these are not without their own issues though).
...