mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	support encryption for files, closes #60
This commit is contained in:
		@@ -88,7 +88,7 @@ function noteTitleIv(iv) {
 | 
			
		||||
    return "0" + iv;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function noteTextIv(iv) {
 | 
			
		||||
function noteContentIv(iv) {
 | 
			
		||||
    return "1" + iv;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -97,5 +97,5 @@ module.exports = {
 | 
			
		||||
    decrypt,
 | 
			
		||||
    decryptString,
 | 
			
		||||
    noteTitleIv,
 | 
			
		||||
    noteTextIv
 | 
			
		||||
    noteContentIv
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user