<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[Novalys - Visual Guard HelpDesk]]></title>
<link><![CDATA[http://www.visual-guard.com/support/]]></link>
<description />
<generator><![CDATA[Kayako Fusion v4.52.2417]]></generator>
<item>
<title><![CDATA[Password Encryption]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/17]]></link>
<guid isPermaLink="false"><![CDATA[70efdf2ec9b086079795c442636b55fb]]></guid>
<pubDate><![CDATA[Mon, 28 Jun 2010 15:06:05 +0000]]></pubDate>
<dc:creator><![CDATA[Marthe Grolleau]]></dc:creator>
<description><![CDATA[We would need username and password to never be sent in plain text over the wire to the server and should not be stored in unencrypted form on the client machine. Passwords of users name/password accounts are encrypted (256 bits) in the VG repository. Win...]]></description>
<content:encoded><![CDATA[<p>We would need username and password to never be sent in plain text over the wire to the server and should not be stored in unencrypted form on the client machine. <br /></p><p>Passwords of users name/password accounts are encrypted (256 bits) in the VG repository. <br />Windows accounts passwords are not visible/accessible at anytime within VG. </p><p>Visual Guard - Version 3.1.912.08 - TBR </p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Access within ASP.Net applications]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/56]]></link>
<guid isPermaLink="false"><![CDATA[9f61408e3afb633e50cdf1b20de6f466]]></guid>
<pubDate><![CDATA[Tue, 17 Aug 2010 21:20:41 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[At what point within the ASP.Net request pipeline and the page life cycle does Visual Guard .Net come in? This is relevant for all requests in general and the user login page in particular.On HttpApplication_AuthenticatRequest event:Visual Guard .Net gets...]]></description>
<content:encoded><![CDATA[<p>At what point within the ASP.Net request pipeline and the page life cycle does Visual Guard .Net come in? This is relevant for all requests in general and the user login page in particular.</p><p><span style="FONT-WEIGHT: bold">On HttpApplication_AuthenticatRequest event:</span><br />Visual Guard .Net gets the current identity (WindowsIdentity for site based on Windows authentication, FormsIdentity for site based on Forms authentication).<br /><br />Visual Guard .Net checks against its repository whether the current user can access or not to the application and provides the principal that will be used by ASP.Net (Context.User).<br /><br />If the current user cannot access the dotnet application, Visual Guard .Net checks whether the application supports or not anonymous sessions. If the application does not support anonymous session, Visual Guard .Net set the Http Status Code to 401 (Access denied). If anonymous sessions are supported, Visual Guard .Net provides a default principal containing permission for anonymous sessions.<br /><br /><br /><span style="FONT-WEIGHT: bold"><br />On Page_Init (for Page and MasterPage only):</span><br />Visual Guard .Net applies security actions defined for the page. It is also possible to secure other classes of the application, but you should implicitly call Visual Guard .Net to secure these classes.<br /><br /><br />Visual Guard .NET - Version 2.7.802.29</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[encryption and digital authentication]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/123]]></link>
<guid isPermaLink="false"><![CDATA[202cb962ac59075b964b07152d234b70]]></guid>
<pubDate><![CDATA[Tue, 24 Aug 2010 14:43:36 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[We have an application which encrypts the information in a column (this information is highly confidential), we are thinking to have a digital authentication for this part. Can Visual Guard support this kind of tools (to decrypt the information when it is...]]></description>
<content:encoded><![CDATA[<p>We have an application which encrypts the information in a column (this information is highly confidential), we are thinking to have a digital authentication for this part. Can Visual Guard support this kind of tools (to decrypt the information when it is the good user, then to manage digital authentication)?</p><p>We may need more specifications about your need to give you an accurate answer. <br />In the meantime, below is some information:<br />Visual Guard can work together with 3rd party encryption and/or authentication solutions.<br /><br />For instance:<br />You application can call another authentication system (SmartCard, Biometrics, Token...) and then call Visual Guard with the ID of the user once authenticated. In this case, Visual Guard is independent from the authentication system. Visual Guard can then retrieve and enforce the user permissions as usual. This 3rd party authentication may happen anytime you need it: when loging in to the application, when running a sensitive operation... Your application decides when to use the 3rd party authentication and when to call Visual Guard to perform the tasks it is in charge of.<br />Same for encryption solutions: you may use such a system to encrypt/decrypt source code or data. You application will call Visual Guard whenever it is appropriate to call it - for instance after a data is decrypted.<br />You may also use Visual Guard permissions to decide when to execute the encryption or authentication solution. For instance, some user may have the required privilege to access encrypted data, in which case you activate the decryption mechanism.<br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What if VG Database goes down?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/155]]></link>
<guid isPermaLink="false"><![CDATA[2a79ea27c279e471f4d180b08d62b00a]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 14:11:47 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[What would happen if the Visual Guard .Net data base controlling permissions goes down?By default users do not have access to your applications when the repository is not available.It is possible to check availability of the database in your application a...]]></description>
<content:encoded><![CDATA[<p>What would happen if the Visual Guard .Net data base controlling permissions goes down?</p><p>By default users do not have access to your applications when the repository is not available.<br /><br />It is possible to check availability of the database in your application and retry another authentication on an alternate database. Some database provides FailOver database mechanism.<br /><br /><br />Visual Guard .NET - Version 2.7.802.29</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interception of client/DB Server communications ?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/148]]></link>
<guid isPermaLink="false"><![CDATA[47d1e990583c9c67424d369f3414728e]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:55:03 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[What if someone intercepts communications between the client and the DB Server on the company network?If VG repository is stored in a SQL server DB or Oracle DB, VG is compatible with the standard mechanisms provided with the DBMS to encrypt the data tran...]]></description>
<content:encoded><![CDATA[<p>What if someone intercepts communications between the client and the DB Server on the company network?</p><p>If VG repository is stored in a SQL server DB or Oracle DB, VG is compatible with the standard mechanisms provided with the DBMS to encrypt the data transferred between the client and the server.<br />It will prevent the data from being read.<br /><br /><br />Visual Guard .NET - Version 2.8.812.19</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Security breach between .NET components inside the app?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/146]]></link>
<guid isPermaLink="false"><![CDATA[a5e00132373a7031000fd987a3c9f87b]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:50:16 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Can communications between .NET components inside the application be intercepted?Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage such communications.Thanks to this tight integration with the DotNet Framework, most of the security i...]]></description>
<content:encoded><![CDATA[<p>Can communications between .NET components inside the application be intercepted?</p><div class="content">Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage such communications.<br />Thanks to this tight integration with the DotNet Framework, most of the security issues are covered by Microsoft itself.<br />We also run a very large list of security tests for each new version of Visual Guard .Net.<br /></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[vulnerability to cyber attacks?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/152]]></link>
<guid isPermaLink="false"><![CDATA[37a749d808e46495a8da1e5352d03cae]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 14:05:50 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Are there any guarantees that Visual Guard .Net does not have a &quot;back door&quot; leaving our systems vulnerable to cyber attacks?Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage the communication between DotNet components. Than...]]></description>
<content:encoded><![CDATA[<p>Are there any guarantees that Visual Guard .Net does not have a &quot;back door&quot; leaving our systems vulnerable to cyber attacks?</p><p>Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage the communication between DotNet components. Thanks to this tight integration with the DotNet Framework, most of the security issues are covered by Microsoft itself. We also run a very large list of security tests for each new version.<br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Could Microsoft disable Visual Guard?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/153]]></link>
<guid isPermaLink="false"><![CDATA[b3e3e393c77e35a4a3f3cbd1e429b5dc]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 14:08:07 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Are there any guarantees that at some point in time the method that Visual Guard .Net uses to &quot;hook&quot; into the application will not be altered by Microsoft by a security patch, thus suddenly disabling the application security?Visual Guard .Net re...]]></description>
<content:encoded><![CDATA[<p>Are there any guarantees that at some point in time the method that Visual Guard .Net uses to &quot;hook&quot; into the application will not be altered by Microsoft by a security patch, thus suddenly disabling the application security?</p><p>Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage the communication between DotNet components. In case a Microsoft security patch blocks this low-level technology, not only Visual Guard .Net will stop working, but also all DotNet applications, which is quite unlikely. More generally, there is a very tight integration with the DotNet security framework (certified by Microsoft).<br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can permissions be overwritten ?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/143]]></link>
<guid isPermaLink="false"><![CDATA[903ce9225fca3e988c2af215d4e544d3]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:44:30 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[If Visual Guard applies security settings when the form is loaded, can these control settings be overwritten with other code? For example, if cmdSave is disabled when a form loads for a specific user, can another procedure re-enable this button if it's co...]]></description>
<content:encoded><![CDATA[<div class="content">If Visual Guard applies security settings when the form is loaded, can these control settings be overwritten with other code? For example, if cmdSave is disabled when a form loads for a specific user, can another procedure re-enable this button if it's coded within the form? Or is there a way to ensure that the permissions set in the console application are not circumvented? Our goal is to make sure that ALL application security is controlled through Visual Guard and password protected.</div><div class="content"></div><div class="content"><div class="content">You can run the permission after the change done by the application: you can decide to apply a permission on an event of the application rather than on the initialization of the object. <br />For example, you can disable (or enable) a control on the event 'EnabledChange' of the control(WinForm application) or on the 'PreRender' event (WebForm)application) or on an event which indicates that the state of the control has to be calculated again. <br />or <br />You are able to test directly in your application if the user has a permission and integrate this test in the logic of your application to determine if the control should be enabled or disabled. <br /><br />Example: If &lt;MYLogic&gt; = true and VGSecurityManager.Principal.HasPermission(&quot;MyPermission&quot;) then mybutton.Enabled = true <br /><br /><br /><br />Visual Guard .NET - Version 2.8.812.19</div></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interception of Windows / AD communications?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/145]]></link>
<guid isPermaLink="false"><![CDATA[2b24d495052a8ce66358eb576b8912c8]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:46:58 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[What about interception of communications between Windows and Active Directory on the company network?Visual Guard .Net uses the.NET framework standard mechanisms to communicate between Windows and Active Directory.These mechanisms secure the communicatio...]]></description>
<content:encoded><![CDATA[<p>What about interception of communications between Windows and Active Directory on the company network?</p><p>Visual Guard .Net uses the.NET framework standard mechanisms to communicate between Windows and Active Directory.<br />These mechanisms secure the communications between Windows and Active Directory. <br /><br />Visual Guard .NET - Version 2.8.812.19</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Interception of browser / web server communications?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/147]]></link>
<guid isPermaLink="false"><![CDATA[8d5e957f297893487bd98fa830fa6413]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:52:07 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[How is Visual Guard .Net protected against interception of communications between the browser and the web server on the internet network?VG is compatible with the SSL/HTTPS protocol to encrypt the information transferring between the browser and the web s...]]></description>
<content:encoded><![CDATA[<p>How is Visual Guard .Net protected against interception of communications between the browser and the web server on the internet network?</p><p>VG is compatible with the SSL/HTTPS protocol to encrypt the information transferring between the browser and the web server (for a web app). <br /><br />Visual Guard .NET - Version 2.8.812.19</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is the link between .NET components inside the app secured?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/151]]></link>
<guid isPermaLink="false"><![CDATA[a8f15eda80c50adb0e71943adc8015cf]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 14:03:47 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Is Visual Guard protected against interception of communications between .NET components inside the application?Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage such communications.Thanks to this tight integration with the DotNet Fr...]]></description>
<content:encoded><![CDATA[<p>Is Visual Guard protected against interception of communications between .NET components inside the application?</p><p>Visual Guard .Net relies on Microsoft Proxy System (Marshall) to manage such communications.<br />Thanks to this tight integration with the DotNet Framework, most of the security issues are covered by Microsoft itself.<br />We also run a very large list of security tests for each new version of Visual Guard.<br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Access to the source code of the application in production]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/144]]></link>
<guid isPermaLink="false"><![CDATA[0a09c8844ba8f0936c20bd791130d6b6]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:45:59 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Could someone access the source code of the application in production?VG is compatible with the existing solutions to encrypt the source code of the application and decrypt it when the application is running (i.e.: safenet). Visual Guard .NET - Version 2....]]></description>
<content:encoded><![CDATA[<p>Could someone access the source code of the application in production?</p><p>VG is compatible with the existing solutions to encrypt the source code of the application and decrypt it when the application is running (i.e.: safenet). <br /><br />Visual Guard .NET - Version 2.8.812.19</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[forbid access to the source code of the app in production?]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/150]]></link>
<guid isPermaLink="false"><![CDATA[7ef605fc8dba5425d6965fbd4c8fbe1f]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:59:43 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Can we forbid access to the source code of the application in production?VG is compatible with the existing solutions to encrypt the source code of the application and decrypt it when the application is running (i.e.: safenet). Visual Guard .NET - Version...]]></description>
<content:encoded><![CDATA[<p>Can we forbid access to the source code of the application in production?</p><p>VG is compatible with the existing solutions to encrypt the source code of the application and decrypt it when the application is running (i.e.: safenet). <br /></p><p>Visual Guard .NET - Version 2.8.812.19</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Direct access to the tables of the repository]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/149]]></link>
<guid isPermaLink="false"><![CDATA[f2217062e9a397a1dca429e7d70bc6ca]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 13:57:15 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Can someone have a direct access to the tables of the repository, and see or modify confidential data?The main part of the data in VG repository is serialized, so it is unreadable.A user who connects to the database will not be able to use this informatio...]]></description>
<content:encoded><![CDATA[<p>Can someone have a direct access to the tables of the repository, and see or modify confidential data?</p><p>The main part of the data in VG repository is serialized, so it is unreadable.<br />A user who connects to the database will not be able to use this information.<br />Moreover, the very sensitive data, as passwords, will be encrypted by Visual Guard using the algorithm SHA256.</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Vsual Guard .Net and firewalls]]></title>
<link><![CDATA[http://www.visual-guard.com/support/index.php?/vgguest/Knowledgebase/Article/View/154]]></link>
<guid isPermaLink="false"><![CDATA[1d7f7abc18fcb43975065399b0d1e48e]]></guid>
<pubDate><![CDATA[Wed, 25 Aug 2010 14:09:30 +0000]]></pubDate>
<dc:creator><![CDATA[Jean-jacques Jouanneaux]]></dc:creator>
<description><![CDATA[Can Visual Guard .Net go across several firewalls?If your firewalls are already configured so that your application can go through, Visual Guard .Net will not be blocked.Also, Visual Guard .Net relies on IIS and ASP.Net to supports https and ssl protocols...]]></description>
<content:encoded><![CDATA[<p>Can Visual Guard .Net go across several firewalls?</p><p>If your firewalls are already configured so that your application can go through, Visual Guard .Net will not be blocked.Also, Visual Guard .Net relies on IIS and ASP.Net to supports https and ssl protocols.<br /></p><p>Visual Guard .NET - Version 2.7.802.29</p>]]></content:encoded>
</item>
</channel>
</rss>