using (Presentation presentation = new Presentation("powerpointpresentation.pptx")) { presentation.ProtectionManager.Encrypt("123123"); presentation.Save("encrypted-presentation.pptx", SaveFormat.Pptx); }