- Sort Score
- Num 10 results
- Language All
Results 31 - 37 of 37 for ecryptfs (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/smb/NtlmPasswordAuthenticator.java
import jcifs.audit.SecurityAuditLogger.Severity; import jcifs.spnego.NegTokenInit; import jcifs.util.Crypto; import jcifs.util.SecureKeyManager; import jcifs.util.Strings; /** * This class stores and encrypts NTLM user credentials. * * Contrary to {@link NtlmPasswordAuthentication} this does not cause guest authentication * when the "guest" username is supplied. Use {@link AuthenticationType} instead. * * @author mbechlerCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 30.3K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
import jcifs.smb1.Config; import jcifs.smb1.util.DES; import jcifs.smb1.util.Encdec; import jcifs.smb1.util.HMACT64; import jcifs.smb1.util.LogStream; import jcifs.smb1.util.MD4; /** * This class stores and encrypts NTLM user credentials. The default * credentials are retrieved from the {@code jcifs.smb1.smb1.client.domain}, * {@code jcifs.smb1.smb1.client.username}, and {@code jcifs.smb1.smb1.client.password} * properties. * <p>Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 26.7K bytes - Click Count (0) -
cmd/erasure-server-pool.go
Versioned: dstOpts.Versioned, VersionID: dstOpts.VersionID, MTime: dstOpts.MTime, NoLock: true, EncryptFn: dstOpts.EncryptFn, WantChecksum: dstOpts.WantChecksum, WantServerSideChecksumType: dstOpts.WantServerSideChecksumType, }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
cmd/bucket-handlers.go
if err = hashReader.AddChecksumNoTrailer(formValues, true); err != nil { writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return } } opts.EncryptFn = metadataEncrypter(objectEncryptionKey) pReader, err = pReader.WithEncryption(hashReader, &objectEncryptionKey) if err != nil { writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 63.9K bytes - Click Count (0) -
cmd/object-handlers.go
writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL) return } if dstOpts.IndexCB != nil { dstOpts.IndexCB = compressionIndexEncrypter(objEncKey, dstOpts.IndexCB) } dstOpts.EncryptFn = metadataEncrypter(objEncKey) } } srcInfo.PutObjReader = pReader srcInfo.UserDefined, err = getCpObjMetadataFromHeader(ctx, r, srcInfo.UserDefined) if err != nil {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 120.6K bytes - Click Count (0) -
lib/fips140/v1.26.0.zip
found in the LICENSE file. package aes import ( "crypto/internal/fips140" "crypto/internal/fips140/alias" "crypto/internal/fips140/subtle" ) type CBCEncrypter struct { b Block iv [BlockSize]byte } // NewCBCEncrypter returns a [cipher.BlockMode] which encrypts in cipher block // chaining mode, using the given Block. func NewCBCEncrypter(b *Block, iv [BlockSize]byte) *CBCEncrypter { return &CBCEncrypter{b: *b, iv: iv} } func (c *CBCEncrypter) BlockSize() int { return BlockSize } func (c *CBCEncrypter) CryptBlocks(dst,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
found in the LICENSE file. package aes import ( "crypto/internal/fips140" "crypto/internal/fips140/alias" "crypto/internal/fips140/subtle" ) type CBCEncrypter struct { b Block iv [BlockSize]byte } // NewCBCEncrypter returns a [cipher.BlockMode] which encrypts in cipher block // chaining mode, using the given Block. func NewCBCEncrypter(b *Block, iv [BlockSize]byte) *CBCEncrypter { return &CBCEncrypter{b: *b, iv: iv} } func (c *CBCEncrypter) BlockSize() int { return BlockSize } func (c *CBCEncrypter) CryptBlocks(dst,...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)