mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			82 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			82 B
		
	
	
	
		
			Python
		
	
	
	
	
	
|  | #!/usr/bin/python | ||
|  | import os | ||
|  | import base64 | ||
|  | 
 | ||
|  | print(base64.b64encode(os.urandom(24))) |