Jump to content
Enpass Discussion Forum

Leaderboard

Popular Content

Showing content with the highest reputation on 04/12/17 in all areas

  1. I conducted some further research. To enable access to the CredentialManager API in a WPF application the following snippet should be added to the .csproj file (inside the <Project> node): <ItemGroup> <Reference Include="System.Runtime.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5\System.Runtime.WindowsRuntime.dll</HintPath> </Reference> <Reference Include="Windows"> <HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\UnionMetadata\Facade\Windows.WinMD</HintPath> </Reference> <Reference Include="Windows.Foundation.FoundationContract"> <HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\References\Windows.Foundation.FoundationContract\1.0.0.0\Windows.Foundation.FoundationContract.winmd</HintPath> </Reference> <Reference Include="Windows.Foundation.UniversalApiContract"> <HintPath>$(MSBuildProgramFiles32)\Windows Kits\10\References\Windows.Foundation.UniversalApiContract\1.0.0.0\Windows.Foundation.UniversalApiContract.winmd</HintPath> </Reference> </ItemGroup> With these references, I was able to add Windows Hello to a WPF application. Conversion to a Store-app via the Centennial bridge isn't required in this case. Hope this helps a bit!
    1 point
  2. Hi @korg250, The Enpass Extension version 5.3.4 already supports multithreading. Release date of extensions on Firefox store is actually the date when a new version is submitted for review and not the exact publish date. So when we wrote to you last time it was in queue for review and later was published with a time stamp of submission date. Hope this helps!
    1 point
  3. Well, that's what I call a good workaround - thanks for the excellent proposal!
    1 point
  4. As I understand your problem, you're having hard time keeping track which entries have already been categorized into a folder and which haven't. In this case I'd do the following. The key to this approach is that an entry can only reside in one folder. So I'd first create some folder TEMP, put all entries there and then start moving them one by one to their actual dedicated folders. As you do that, you'll see they'll start disappearing from the TEMP folder. Hope this helps!
    1 point
  5. Sure. Please let me know if you want me to test something. Thank you for your quick reply.
    1 point
  6. Good Morning, I have been using EnPass for a while as my primary password manager and love it. One feature that I would really love to see is a way for EnPass to authenticate me to SSH servers
    1 point
  7. Thanks @Arthur Rump, noted. Need some time research it further. Will keep you posted.
    1 point
  8. I'm transitioning to enpass from Roboform, which I have used for many years. Roboform has supported FingerPrint unlock in all versions of their Windows client and browser extensions for many years. The lack of this feature in enpass is a gaping gap between enpass and Roboform. It must be possible to fix it -- Roboform does it. Is it on the enpass roadmap? Unless I misunderstand the usefulness of the universal Windows app, I don't think the fingerprint support in it is very interesting to PC users since the Universal app doesn't interact with the broswer extensions, and it's not as full featured as the desktop app.
    1 point
×
×
  • Create New...