加密文件服务器:FTP/SFTP/Web服务器加密代理

1作者: amir734jj7 天前
大家好, 我编写了一个很棒的 C# Web 应用程序,您可以使用它提供 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&#x2F;SFTP backend, and it creates a new FTP&#x2F;SFTP&#x2F;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&#x2F;decryption for files larger than server&#x27;s available memory.<p>Check it out. It&#x27;s all open source.<p>https:&#x2F;&#x2F;github.com&#x2F;amir734jj&#x2F;encrypted-file-server<p>https:&#x2F;&#x2F;fs.coolify.hesamian.com