加密文件服务器:FTP/SFTP/Web服务器加密代理
大家好,
我写了一个很酷的C#网络应用程序,您可以提供一个FTP/SFTP后端,它会创建一个新的FTP/SFTP/Web服务器,所有数据在静态时都进行了加密,因此它基本上是一个代理加密后端数据源。您可以像使用普通文件服务器一样与它交互,但在后端,所有内容都通过AES加密,包括文件名。它使用流密码,因此我们可以支持对大于服务器可用内存的文件进行加密/解密。
快来看看吧。它是完全开源的。
https://github.com/amir734jj/encrypted-file-server
https://fs.coolify.hesamian.com
查看原文
Hi everyone,<p>I wrote this cool C# web application where you can provide an FTP/SFTP backend, and it creates a new FTP/SFTP/Web server with everything encrypted at rest so it basically proxy + encrypt the backend data source. You interact with it like a regular file server, but in the backend, everything is encrypted via AES including the file names. It uses Stream ciphers so we can support encryption/decryption for files larger than server's available memory.<p>Check it out. It's all open source.<p>https://github.com/amir734jj/encrypted-file-server<p>https://fs.coolify.hesamian.com