Renci.SshNet.Security.Cryptography.Ciphers
Namespace with 12 public types
Classes
                                     AesCipher
                                    AES cipher implementation.
                                
                            
                            
                                
                                     Arc4Cipher
                                    Implements ARCH4 cipher algorithm.
                                
                            
                            
                                
                                     BlowfishCipher
                                    Blowfish cipher implementation.
                                
                            
                            
                                
                                     CastCipher
                                    Implements CAST cipher algorithm.
                                
                            
                            
                                
                                     DesCipher
                                    Implements DES cipher algorithm.
                                
                            
                            
                                
                                     RsaCipher
                                    Implements RSA cipher algorithm.
                                
                            
                            
                                
                                     SerpentCipher
                                    Implements Serpent cipher algorithm.
                                
                            
                            
                                
                                     TripleDesCipher
                                    Implements 3DES cipher algorithm.
                                
                            
                            
                                
                                     TwofishCipher
                                    Implements Twofish 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.