Documentation ¶
Overview ¶
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Package des provides wrapper methods on top of the DES cipher for our own usage
Index ¶
- type Cipher
- func (cipher *Cipher) CheckValue() string
- func (cipher *Cipher) Decrypt(cipherBytes []byte) ([]byte, error)
- func (cipher *Cipher) DecryptHex(ciphertext string) ([]byte, error)
- func (cipher *Cipher) Encrypt(plainBytes []byte) ([]byte, error)
- func (cipher *Cipher) EncryptHex(plaintext string) ([]byte, error)
- func (cipher *Cipher) VerifyCheckValue(checkValue string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
Cipher is wrapper of the DES or 3DES cipher and stores the raw key bytes
func CreateFromDESKeyBytes ¶
func CreateFromDESKeyString ¶
func (*Cipher) CheckValue ¶
func (*Cipher) VerifyCheckValue ¶
Click to show internal directories.
Click to hide internal directories.