Renci.SshNet.Security.Cryptography.Ciphers
Namespace with 6 public types
Classes
                                     AesCipher
                                    AES cipher implementation.
                                
                            
                            
                                
                                     DesCipher
                                    Implements DES cipher algorithm.
                                
                            
                            
                                
                                     TripleDesCipher
                                    Implements 3DES cipher algorithm.
                                
                            
                        
                        Enumerations
                                     AesCipherMode
                                    Custom AES Cipher Mode, follows System.Security.Cryptography.CipherMode.
                                
                            
                        
                        Abstract Classes
                                     CipherMode
                                    Base class for cipher mode implementations.
                                
                            
                            
                                
                                     CipherPadding
                                    Base class for cipher padding implementations.