mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-22 14:46:53 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Notesnook.API.Interfaces
|
||||
{
|
||||
public interface IEncrypted
|
||||
{
|
||||
string Cipher { get; set; }
|
||||
string IV { get; set; }
|
||||
long Length { get; set; }
|
||||
string Salt { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user