I'm looking at the windows credential manager. Just wrote a tiny bit of code to naively dump the contents of the credential store.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

35 Zeilen
282B

  1. # ---> C++
  2. # Prerequisites
  3. *.d
  4. # Compiled Object files
  5. *.slo
  6. *.lo
  7. *.o
  8. *.obj
  9. # Precompiled Headers
  10. *.gch
  11. *.pch
  12. # Compiled Dynamic libraries
  13. *.so
  14. *.dylib
  15. *.dll
  16. # Fortran module files
  17. *.mod
  18. *.smod
  19. # Compiled Static libraries
  20. *.lai
  21. *.la
  22. *.a
  23. *.lib
  24. # Executables
  25. *.exe
  26. *.out
  27. *.app