Commit History

Author SHA1 Message Date
  vaeringjar b0f1ba853c Cleaned up the TextCrypto component a little bit. 4 years ago
  vaeringjar 2d52a58028 Whitespace autoformatted. 4 years ago
  vaeringjar 477c96d990 Updated the store getters and autoformatted some files. I need to go through and update everything. Whitespace needs changes. Actions can probably get completely replaced for simplicity. 4 years ago
  vaeringjar ec266f839b Changed privKey to pvtKey. 4 years ago
  vaeringjar bdcd8f273c Added better instructions for getting the fingerprints. 4 years ago
  vaeringjar 60b3cb97c0 Error handling for bad or missing fingerprints or if a fingerprint has a char that needs encoding for the URI. 5 years ago
  vaeringjar 62bfd9ee6d Can now encrypt and decrypt short messages, depending on the size of the RSA key in use. 5 years ago
  vaeringjar 8266aeec13 Updated the demo RSA 512 keys and realized that fingerprints need some URI encoding to work in general. 5 years ago
  vaeringjar af52123b45 Added some notes to the readme about using openssl for generating weak demo RSA keys. 5 years ago
  vaeringjar fc02cde7df The Cred can now send the correct key to the TextEncrypter. 5 years ago
  vaeringjar aa99867e95 Can now use a single rsa key to encrypt a message. Statically assumes only one key in the keystore; I noted this in the readme and will make it dynamic soon. 5 years ago
  vaeringjar a198b7932e Updated the size of the avatars. 5 years ago
  vaeringjar f680ddee9d Moved the rendering of the cards into a new component called the Deck. Probably still need to consider an overall renaming as this continues. 5 years ago
  vaeringjar 9db7b9638a Fixed rendering the BusinessCard on small screens. I think it needs a media query so the default has no flex or styling and that for gt 400px or so it will apply the style. Something for later. 5 years ago
  vaeringjar c7126a0804 Moved all knowledge of displaying the card into BusinessCard. 5 years ago
  vaeringjar 20b753c375 Moved the code for getting the Libravatar to its own component. 5 years ago
  vaeringjar f07eb1ef26 Card and Cred views will match on fingerprints, regardless of the readability-friendly spaces or colons. 5 years ago
  vaeringjar 7485e99ae7 Added better, but still not perfect fingerprints. 5 years ago
  vaeringjar 8fac7489df Added the ability to create keypairs and a new view to display all fingerprints in the keystore/ring. 5 years ago
  vaeringjar 4392e98fa8 Fixed a bug with the Card removal. 5 years ago
  vaeringjar 47b2a453b2 Fixed the delete card option. 5 years ago
  vaeringjar ae3f5fca75 Saving changes end of the day. 5 years ago
  vaeringjar 74cd1a6a5b Added _sandbox to the .gitignore for personal use while development. 5 years ago
  vaeringjar 4cda64bc23 Replaced the stock favicon. 5 years ago
  vaeringjar 6bec80caeb Changed another reference to rolodex. 5 years ago
  vaeringjar 1767c3ff03 Renamed the project. 5 years ago
  vaeringjar 3b9d5f7329 Added a new WIP view for importing and exporting the state. 5 years ago
  vaeringjar 120732821e Using libravatar.org to get the avatars of the user with node crypto for generating a sha256. 5 years ago
  vaeringjar 02796cbfc1 Added some style so the different views look a little nicer, in the name of MFWS. 5 years ago
  vaeringjar 4c96666b9d Added a pre element that contains the JSON for the current card for manual sharing via text. 5 years ago