Commit Graph

22 Commits

Author SHA1 Message Date
c8d89a01ae Bump golang.org/x/crypto from 0.32.0 to 0.33.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 05:04:38 +00:00
aa785c77a0 Update README.md
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
v0.1.2
2025-01-13 17:23:15 +01:00
655d3fb7e6 Rename example directory
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 17:22:17 +01:00
01efabd841 Remove .gitkeep
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 17:22:02 +01:00
68fcee7425 Update README.md
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 17:12:57 +01:00
8e6c4cf2a8 Update example key size to 2048 bits
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:58:08 +01:00
3954f658a2 Merge pull request #1 from jantytgat/0.1.1-dev.20241024
0.1.1 dev.20241024
v0.1.1
2025-01-13 16:50:35 +01:00
15a8520f6c Update example
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:48:21 +01:00
125953366b transcrypt.go
- Add documentation
- Add tests

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:48:08 +01:00
229400421a Add example
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:24:30 +01:00
e5f0823dba Update crypto.go
- Make CreateSalt() public
- Add CreateHexKey() to create a random hex-encoded key

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 16:22:48 +01:00
3dcb0ca7ad Merge encrypt.go and decrypt.go into transcrypt.go
- Add documentation for Encrypt and Decrypt functions

- Add package documentation

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2025-01-13 15:16:25 +01:00
fabee929b5 crypto.go:
- Add documentation
- Add tests
2025-01-13 14:56:36 +01:00
92feadbb70 convert.go:
- Add documentation
- Add tests
2025-01-13 14:54:09 +01:00
cdd1953978 cipherSuite.go:
- Add documentation
- Add tests
2025-01-13 14:53:49 +01:00
b808476900 Remove .gitkeep 2025-01-13 14:53:25 +01:00
25b79f8cc6 Update dependencies 2025-01-12 17:29:03 +01:00
df500c6f1c Add Encrypt() and Decrypt() functionality 2024-10-25 17:11:27 +02:00
7821020da7 Add base project layout
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:29:20 +02:00
24361433cb Initiale go module
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:23:37 +02:00
3866bf0c0c Update .gitignore
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
2024-10-23 09:23:14 +02:00
52ad2c85f3 Initial commit 2024-10-23 08:58:53 +02:00