kasi.el

This package provides an easy way to manage secrets via M-x kasi.
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2026-06-06 17:53fix totp with secrets that need paddingVineet Kumar2+16-10
2026-05-31 18:40ignore invalid :host parameter not matching */*Vineet Kumar1+4-3
2026-05-31 18:31add auth-source backendVineet Kumar1+129-0
2026-05-28 18:14fix typo in package urlVineet Kumar1+1-1
2026-05-24 03:19found out concat is the analogue to scheme's string-append, not formatVineet Kumar1+5-6
2026-05-23 23:31fix build errors and remove f.el dependencyVineet Kumar1+4-2
2026-05-22 22:33reindent filesVineet Kumar2+18-18
2026-05-22 22:33add kasi-get wrapper around kasi--get for use outside emacsVineet Kumar2+16-0
2026-05-22 22:08add converter script from kasi.sh to kasi.el formatVineet Kumar1+80-0
2026-05-22 21:22add TODO for implementing validationVineet Kumar1+2-0
2026-05-22 21:16add create command to generate new secret filesVineet Kumar1+34-3
2026-05-22 20:45add random password/username generationVineet Kumar1+44-11
2026-05-22 19:54fix some stuffVineet Kumar1+27-11
2026-05-22 19:43fix unused mod warning in totpVineet Kumar1+1-1
2026-05-22 19:34get ready for making a packageVineet Kumar6+789-7
2026-05-22 19:05add zero-padding to base32 decoding for odd-length totp secretsVineet Kumar1+9-9
2026-05-22 18:56import hmac code from sean mcafee to remove gnutls dependencyVineet Kumar1+33-2
2026-05-22 18:50slightly simplify totp codeVineet Kumar1+5-10
2026-05-22 18:45import totp and base32 code from mastering emacsVineet Kumar1+64-0
2026-05-22 18:40initial payloadVineet Kumar2+45-0