Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Crime (0.21 sec)

  1. docs/compression/README.md

    > ```
    
    ### 3. Compression + Encryption
    
    Combining encryption and compression is not safe in all setups.
    This is particularly so if the compression ratio of your content reveals information about it.
    See [CRIME TLS](https://en.wikipedia.org/wiki/CRIME) as an example of this.
    
    Therefore, compression is disabled when encrypting by default, and must be enabled separately.
    
    Consult our security experts on [SUBNET](https://min.io/pricing) to help you evaluate if
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Mar 11 11:55:34 GMT 2024
    - 5.1K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg crypto/md5, const BlockSize ideal-int
    pkg crypto/md5, const Size ideal-int
    pkg crypto/md5, func New() hash.Hash
    pkg crypto/rand, func Int(io.Reader, *big.Int) (*big.Int, error)
    pkg crypto/rand, func Prime(io.Reader, int) (*big.Int, error)
    pkg crypto/rand, func Read([]uint8) (int, error)
    pkg crypto/rand, var Reader io.Reader
    pkg crypto/rc4, func NewCipher([]uint8) (*Cipher, error)
    pkg crypto/rc4, method (*Cipher) Reset()
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. .gitignore

    **/*.swp
    cover.out
    *~
    minio
    !*/
    site/
    **/*.test
    **/*.sublime-workspace
    /.idea/
    /Minio.iml
    **/access.log
    vendor/
    .DS_Store
    *.syso
    coverage.txt
    .vscode/
    *.tar.bz2
    parts/
    prime/
    stage/
    .sia_temp/
    config.json
    node_modules/
    mc.*
    s3-check-md5*
    xl-meta*
    healing-*
    inspect*.zip
    200M*
    hash-set
    minio.RELEASE*
    mc
    nancy
    inspects/*
    .bin/
    *.gz
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Dec 29 23:52:41 GMT 2023
    - 707 bytes
    - Viewed (0)
  4. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt

        }
    
        private
        fun singleAbstractMethodOf(classNode: ClassNode) =
            classNode.methods.singleOrNull { it.access.run { !isStatic && isAbstract } }
    
        /**
         * Test if a method is a prime declaration or an overrides that change the signature.
         *
         * There's no way to tell from the byte code that a method overrides the signature
         * of a parent declaration other than crawling up the type hierarchy.
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Tue Feb 06 19:56:10 GMT 2024
    - 20.8K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2030..2032    ; valid                  ;      ; NV8    # 1.1  PER MILLE SIGN..PRIME
    2033          ; mapped                 ; 2032 2032     # 1.1  DOUBLE PRIME
    2034          ; mapped                 ; 2032 2032 2032 #1.1  TRIPLE PRIME
    2035          ; valid                  ;      ; NV8    # 1.1  REVERSED PRIME
    2036          ; mapped                 ; 2035 2035     # 1.1  REVERSED DOUBLE PRIME
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    porn
    
    // pramerica : 2015-07-30 Prudential Financial, Inc.
    pramerica
    
    // praxi : 2013-12-05 Praxi S.p.A.
    praxi
    
    // press : 2014-04-03 Radix FZC
    press
    
    // prime : 2015-06-25 Amazon Registry Services, Inc.
    prime
    
    // prod : 2014-01-23 Charleston Road Registry Inc.
    prod
    
    // productions : 2013-12-05 Binky Moon, LLC
    productions
    
    // prof : 2014-07-24 Charleston Road Registry Inc.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top