Registry / crypto / zmap-rc2

zmap-rc2

JSON →
library0.0.0-20190804163417-abaa70531248gogounverified

A Go implementation of the RC2 block cipher.

go get github.com/zmap/rc2
INSTALL
IMPORT
SIG · ZMAP-RC2
Z
zmap-rc2
cryptogov0.0.0-20190804163417-abaa70531248
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rc2
github.com/zmap/rc2

Creates an RC2 cipher block with a given key.

package main import ( "crypto/cipher" "fmt" "github.com/zmap/rc2" ) func main() { key := []byte("example key 1234") block, _ := rc2.New(key) fmt.Println(block.BlockSize()) }
Debug
Known issues
gotchaRC2 is an outdated cipher and should not be used for new applications; prefer AES.
fix
Use 'crypto/aes' instead of rc2 for secure encryption.
affects: *
Upgrade
Version history
0.0.0-20190804163417-abaa70531248latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
Resources
zmap-rc2 — go get zmap-rc2 · libregistry