Skip to content

DevExpress-Examples/winforms-richedit-document-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rich Text Editor for WinForms - Open and Save Encrypted Files

The following sample project shows how to use the WinForms Rich Text Editor to load and save password-encrypted files. You can specify a password and an encryption type on the left pane and export the result to DOCX or DOC format. When a user re-opens the file with a new password, the RichEditControl.EncryptedFilePasswordRequested and RichEditControl.EncryptedFilePasswordCheckFailed events occur. If the user cancels the operation or exceeds the number of attempts to enter the password, RichEditControl shows an exception message.

image

Files to Review

Documentation

About

Use the WinForms Rich Text Editor to load and save password-encrypted files.

Topics

Resources

License

Stars

Watchers

Forks