index
:
kasi.el
master
This package provides an easy way to manage secrets via M-x kasi.
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-06
fix totp with secrets that need padding
HEAD
v1.2
master
Vineet Kumar
2
-10
/
+16
2026-05-31
ignore invalid :host parameter not matching */*
v1.1.1
Vineet Kumar
1
-3
/
+4
2026-05-31
add auth-source backend
v1.1
Vineet Kumar
1
-0
/
+129
2026-05-28
fix typo in package url
Vineet Kumar
1
-1
/
+1
2026-05-23
found out concat is the analogue to scheme's string-append, not format
Vineet Kumar
1
-6
/
+5
2026-05-23
fix build errors and remove f.el dependency
v1.0
Vineet Kumar
1
-2
/
+4
2026-05-23
reindent files
Vineet Kumar
2
-18
/
+18
2026-05-23
add kasi-get wrapper around kasi--get for use outside emacs
Vineet Kumar
2
-0
/
+16
2026-05-23
add converter script from kasi.sh to kasi.el format
Vineet Kumar
1
-0
/
+80
2026-05-23
add TODO for implementing validation
Vineet Kumar
1
-0
/
+2
2026-05-22
add create command to generate new secret files
Vineet Kumar
1
-3
/
+34
2026-05-22
add random password/username generation
Vineet Kumar
1
-11
/
+44
2026-05-22
fix some stuff
Vineet Kumar
1
-11
/
+27
2026-05-22
fix unused mod warning in totp
Vineet Kumar
1
-1
/
+1
2026-05-22
get ready for making a package
Vineet Kumar
6
-7
/
+789
2026-05-22
add zero-padding to base32 decoding for odd-length totp secrets
Vineet Kumar
1
-9
/
+9
2026-05-22
import hmac code from sean mcafee to remove gnutls dependency
Vineet Kumar
1
-2
/
+33
2026-05-22
slightly simplify totp code
Vineet Kumar
1
-10
/
+5
2026-05-22
import totp and base32 code from mastering emacs
Vineet Kumar
1
-0
/
+64
2026-05-22
initial payload
Vineet Kumar
2
-0
/
+45